Show / Hide Table of Contents

Class HyperTalkBaseVisitor<Result>

This class provides an empty implementation of IHyperTalkVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.

Inheritance
System.Object
HyperTalkBaseVisitor<Result>
Implements
IHyperTalkVisitor<Result>
IParseTreeVisitor<Result>
Namespace: GCore.Antlr.Grammers.Hypertalk
Assembly: Hypertalk.dll
Syntax
public class HyperTalkBaseVisitor<Result> : AbstractParseTreeVisitor<Result>, IHyperTalkVisitor<Result>, IParseTreeVisitor<Result>
Type Parameters
Name Description
Result

The return type of the visit operation.

Methods

| Improve this Doc View Source

VisitBackground(HyperTalkParser.BackgroundContext)

Visit a parse tree produced by background().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitBackground(HyperTalkParser.BackgroundContext context)
Parameters
Type Name Description
HyperTalkParser.BackgroundContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitBkgndPart(HyperTalkParser.BkgndPartContext)

Visit a parse tree produced by bkgndPart().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitBkgndPart(HyperTalkParser.BkgndPartContext context)
Parameters
Type Name Description
HyperTalkParser.BkgndPartContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitBuiltInFunc(HyperTalkParser.BuiltInFuncContext)

Visit a parse tree produced by builtInFunc().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitBuiltInFunc(HyperTalkParser.BuiltInFuncContext context)
Parameters
Type Name Description
HyperTalkParser.BuiltInFuncContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitButton(HyperTalkParser.ButtonContext)

Visit a parse tree produced by button().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitButton(HyperTalkParser.ButtonContext context)
Parameters
Type Name Description
HyperTalkParser.ButtonContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitButtonPart(HyperTalkParser.ButtonPartContext)

Visit a parse tree produced by buttonPart().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitButtonPart(HyperTalkParser.ButtonPartContext context)
Parameters
Type Name Description
HyperTalkParser.ButtonPartContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitCard(HyperTalkParser.CardContext)

Visit a parse tree produced by card().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitCard(HyperTalkParser.CardContext context)
Parameters
Type Name Description
HyperTalkParser.CardContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitCardinalValue(HyperTalkParser.CardinalValueContext)

Visit a parse tree produced by cardinalValue().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitCardinalValue(HyperTalkParser.CardinalValueContext context)
Parameters
Type Name Description
HyperTalkParser.CardinalValueContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitCardPart(HyperTalkParser.CardPartContext)

Visit a parse tree produced by cardPart().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitCardPart(HyperTalkParser.CardPartContext context)
Parameters
Type Name Description
HyperTalkParser.CardPartContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitCards(HyperTalkParser.CardsContext)

Visit a parse tree produced by cards().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitCards(HyperTalkParser.CardsContext context)
Parameters
Type Name Description
HyperTalkParser.CardsContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitCharacter(HyperTalkParser.CharacterContext)

Visit a parse tree produced by character().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitCharacter(HyperTalkParser.CharacterContext context)
Parameters
Type Name Description
HyperTalkParser.CharacterContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitChunk(HyperTalkParser.ChunkContext)

Visit a parse tree produced by chunk().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitChunk(HyperTalkParser.ChunkContext context)
Parameters
Type Name Description
HyperTalkParser.ChunkContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitCommandName(HyperTalkParser.CommandNameContext)

Visit a parse tree produced by commandName().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitCommandName(HyperTalkParser.CommandNameContext context)
Parameters
Type Name Description
HyperTalkParser.CommandNameContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitCommandStmnt(HyperTalkParser.CommandStmntContext)

Visit a parse tree produced by commandStmnt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitCommandStmnt(HyperTalkParser.CommandStmntContext context)
Parameters
Type Name Description
HyperTalkParser.CommandStmntContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitConstant(HyperTalkParser.ConstantContext)

Visit a parse tree produced by constant().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitConstant(HyperTalkParser.ConstantContext context)
Parameters
Type Name Description
HyperTalkParser.ConstantContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitContainer(HyperTalkParser.ContainerContext)

Visit a parse tree produced by container().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitContainer(HyperTalkParser.ContainerContext context)
Parameters
Type Name Description
HyperTalkParser.ContainerContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitConversionFormat(HyperTalkParser.ConversionFormatContext)

Visit a parse tree produced by conversionFormat().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitConversionFormat(HyperTalkParser.ConversionFormatContext context)
Parameters
Type Name Description
HyperTalkParser.ConversionFormatContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitConvertible(HyperTalkParser.ConvertibleContext)

Visit a parse tree produced by convertible().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitConvertible(HyperTalkParser.ConvertibleContext context)
Parameters
Type Name Description
HyperTalkParser.ConvertibleContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitCount(HyperTalkParser.CountContext)

Visit a parse tree produced by count().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitCount(HyperTalkParser.CountContext context)
Parameters
Type Name Description
HyperTalkParser.CountContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitDuration(HyperTalkParser.DurationContext)

Visit a parse tree produced by duration().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitDuration(HyperTalkParser.DurationContext context)
Parameters
Type Name Description
HyperTalkParser.DurationContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitEffect(HyperTalkParser.EffectContext)

Visit a parse tree produced by effect().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitEffect(HyperTalkParser.EffectContext context)
Parameters
Type Name Description
HyperTalkParser.EffectContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitEffectExpression(HyperTalkParser.EffectExpressionContext)

Visit a parse tree produced by effectExpression().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitEffectExpression(HyperTalkParser.EffectExpressionContext context)
Parameters
Type Name Description
HyperTalkParser.EffectExpressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitElseStatement(HyperTalkParser.ElseStatementContext)

Visit a parse tree produced by elseStatement().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitElseStatement(HyperTalkParser.ElseStatementContext context)
Parameters
Type Name Description
HyperTalkParser.ElseStatementContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitExpression(HyperTalkParser.ExpressionContext)

Visit a parse tree produced by expression().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitExpression(HyperTalkParser.ExpressionContext context)
Parameters
Type Name Description
HyperTalkParser.ExpressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitFactor(HyperTalkParser.FactorContext)

Visit a parse tree produced by factor().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitFactor(HyperTalkParser.FactorContext context)
Parameters
Type Name Description
HyperTalkParser.FactorContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitField(HyperTalkParser.FieldContext)

Visit a parse tree produced by field().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitField(HyperTalkParser.FieldContext context)
Parameters
Type Name Description
HyperTalkParser.FieldContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitFieldPart(HyperTalkParser.FieldPartContext)

Visit a parse tree produced by fieldPart().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitFieldPart(HyperTalkParser.FieldPartContext context)
Parameters
Type Name Description
HyperTalkParser.FieldPartContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitFindType(HyperTalkParser.FindTypeContext)

Visit a parse tree produced by findType().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitFindType(HyperTalkParser.FindTypeContext context)
Parameters
Type Name Description
HyperTalkParser.FindTypeContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitFunction_(HyperTalkParser.Function_Context)

Visit a parse tree produced by function_().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitFunction_(HyperTalkParser.Function_Context context)
Parameters
Type Name Description
HyperTalkParser.Function_Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitFunctionCall(HyperTalkParser.FunctionCallContext)

Visit a parse tree produced by functionCall().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitFunctionCall(HyperTalkParser.FunctionCallContext context)
Parameters
Type Name Description
HyperTalkParser.FunctionCallContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitGlobalProperty(HyperTalkParser.GlobalPropertyContext)

Visit a parse tree produced by globalProperty().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitGlobalProperty(HyperTalkParser.GlobalPropertyContext context)
Parameters
Type Name Description
HyperTalkParser.GlobalPropertyContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitGlobalStmnt(HyperTalkParser.GlobalStmntContext)

Visit a parse tree produced by globalStmnt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitGlobalStmnt(HyperTalkParser.GlobalStmntContext context)
Parameters
Type Name Description
HyperTalkParser.GlobalStmntContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitHandler(HyperTalkParser.HandlerContext)

Visit a parse tree produced by handler().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitHandler(HyperTalkParser.HandlerContext context)
Parameters
Type Name Description
HyperTalkParser.HandlerContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitHandlerName(HyperTalkParser.HandlerNameContext)

Visit a parse tree produced by handlerName().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitHandlerName(HyperTalkParser.HandlerNameContext context)
Parameters
Type Name Description
HyperTalkParser.HandlerNameContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitIfStatement(HyperTalkParser.IfStatementContext)

Visit a parse tree produced by ifStatement().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitIfStatement(HyperTalkParser.IfStatementContext context)
Parameters
Type Name Description
HyperTalkParser.IfStatementContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitImage(HyperTalkParser.ImageContext)

Visit a parse tree produced by image().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitImage(HyperTalkParser.ImageContext context)
Parameters
Type Name Description
HyperTalkParser.ImageContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitItem(HyperTalkParser.ItemContext)

Visit a parse tree produced by item().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitItem(HyperTalkParser.ItemContext context)
Parameters
Type Name Description
HyperTalkParser.ItemContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitKnownType(HyperTalkParser.KnownTypeContext)

Visit a parse tree produced by knownType().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitKnownType(HyperTalkParser.KnownTypeContext context)
Parameters
Type Name Description
HyperTalkParser.KnownTypeContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitLength(HyperTalkParser.LengthContext)

Visit a parse tree produced by length().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitLength(HyperTalkParser.LengthContext context)
Parameters
Type Name Description
HyperTalkParser.LengthContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitLine(HyperTalkParser.LineContext)

Visit a parse tree produced by line().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitLine(HyperTalkParser.LineContext context)
Parameters
Type Name Description
HyperTalkParser.LineContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitListExpression(HyperTalkParser.ListExpressionContext)

Visit a parse tree produced by listExpression().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitListExpression(HyperTalkParser.ListExpressionContext context)
Parameters
Type Name Description
HyperTalkParser.ListExpressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitLiteral(HyperTalkParser.LiteralContext)

Visit a parse tree produced by literal().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitLiteral(HyperTalkParser.LiteralContext context)
Parameters
Type Name Description
HyperTalkParser.LiteralContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMenu(HyperTalkParser.MenuContext)

Visit a parse tree produced by menu().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitMenu(HyperTalkParser.MenuContext context)
Parameters
Type Name Description
HyperTalkParser.MenuContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMenuItem(HyperTalkParser.MenuItemContext)

Visit a parse tree produced by menuItem().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitMenuItem(HyperTalkParser.MenuItemContext context)
Parameters
Type Name Description
HyperTalkParser.MenuItemContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMessage(HyperTalkParser.MessageContext)

Visit a parse tree produced by message().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitMessage(HyperTalkParser.MessageContext context)
Parameters
Type Name Description
HyperTalkParser.MessageContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMessageStatement(HyperTalkParser.MessageStatementContext)

Visit a parse tree produced by messageStatement().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitMessageStatement(HyperTalkParser.MessageStatementContext context)
Parameters
Type Name Description
HyperTalkParser.MessageStatementContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitModifierKey(HyperTalkParser.ModifierKeyContext)

Visit a parse tree produced by modifierKey().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitModifierKey(HyperTalkParser.ModifierKeyContext context)
Parameters
Type Name Description
HyperTalkParser.ModifierKeyContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMouseState(HyperTalkParser.MouseStateContext)

Visit a parse tree produced by mouseState().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitMouseState(HyperTalkParser.MouseStateContext context)
Parameters
Type Name Description
HyperTalkParser.MouseStateContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMultiArgFunc(HyperTalkParser.MultiArgFuncContext)

Visit a parse tree produced by multiArgFunc().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitMultiArgFunc(HyperTalkParser.MultiArgFuncContext context)
Parameters
Type Name Description
HyperTalkParser.MultiArgFuncContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMultilineScriptlet(HyperTalkParser.MultilineScriptletContext)

Visit a parse tree produced by multilineScriptlet().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitMultilineScriptlet(HyperTalkParser.MultilineScriptletContext context)
Parameters
Type Name Description
HyperTalkParser.MultilineScriptletContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMusicExpression(HyperTalkParser.MusicExpressionContext)

Visit a parse tree produced by musicExpression().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitMusicExpression(HyperTalkParser.MusicExpressionContext context)
Parameters
Type Name Description
HyperTalkParser.MusicExpressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitOf(HyperTalkParser.OfContext)

Visit a parse tree produced by of().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitOf(HyperTalkParser.OfContext context)
Parameters
Type Name Description
HyperTalkParser.OfContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitOrdinal(HyperTalkParser.OrdinalContext)

Visit a parse tree produced by ordinal().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitOrdinal(HyperTalkParser.OrdinalContext context)
Parameters
Type Name Description
HyperTalkParser.OrdinalContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitOrdinalValue(HyperTalkParser.OrdinalValueContext)

Visit a parse tree produced by ordinalValue().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitOrdinalValue(HyperTalkParser.OrdinalValueContext context)
Parameters
Type Name Description
HyperTalkParser.OrdinalValueContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitParameterList(HyperTalkParser.ParameterListContext)

Visit a parse tree produced by parameterList().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitParameterList(HyperTalkParser.ParameterListContext context)
Parameters
Type Name Description
HyperTalkParser.ParameterListContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitPart(HyperTalkParser.PartContext)

Visit a parse tree produced by part().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitPart(HyperTalkParser.PartContext context)
Parameters
Type Name Description
HyperTalkParser.PartContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitPartProperty(HyperTalkParser.PartPropertyContext)

Visit a parse tree produced by partProperty().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitPartProperty(HyperTalkParser.PartPropertyContext context)
Parameters
Type Name Description
HyperTalkParser.PartPropertyContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitPicture(HyperTalkParser.PictureContext)

Visit a parse tree produced by picture().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitPicture(HyperTalkParser.PictureContext context)
Parameters
Type Name Description
HyperTalkParser.PictureContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitPosition(HyperTalkParser.PositionContext)

Visit a parse tree produced by position().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitPosition(HyperTalkParser.PositionContext context)
Parameters
Type Name Description
HyperTalkParser.PositionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitPreposition(HyperTalkParser.PrepositionContext)

Visit a parse tree produced by preposition().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitPreposition(HyperTalkParser.PrepositionContext context)
Parameters
Type Name Description
HyperTalkParser.PrepositionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitProperty(HyperTalkParser.PropertyContext)

Visit a parse tree produced by property().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitProperty(HyperTalkParser.PropertyContext context)
Parameters
Type Name Description
HyperTalkParser.PropertyContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitPropertyName(HyperTalkParser.PropertyNameContext)

Visit a parse tree produced by propertyName().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitPropertyName(HyperTalkParser.PropertyNameContext context)
Parameters
Type Name Description
HyperTalkParser.PropertyNameContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitPropertyValue(HyperTalkParser.PropertyValueContext)

Visit a parse tree produced by propertyValue().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitPropertyValue(HyperTalkParser.PropertyValueContext context)
Parameters
Type Name Description
HyperTalkParser.PropertyValueContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitRange(HyperTalkParser.RangeContext)

Visit a parse tree produced by range().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitRange(HyperTalkParser.RangeContext context)
Parameters
Type Name Description
HyperTalkParser.RangeContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitRemoteNavOption(HyperTalkParser.RemoteNavOptionContext)

Visit a parse tree produced by remoteNavOption().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitRemoteNavOption(HyperTalkParser.RemoteNavOptionContext context)
Parameters
Type Name Description
HyperTalkParser.RemoteNavOptionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitRepeatRange(HyperTalkParser.RepeatRangeContext)

Visit a parse tree produced by repeatRange().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitRepeatRange(HyperTalkParser.RepeatRangeContext context)
Parameters
Type Name Description
HyperTalkParser.RepeatRangeContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitRepeatStatement(HyperTalkParser.RepeatStatementContext)

Visit a parse tree produced by repeatStatement().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitRepeatStatement(HyperTalkParser.RepeatStatementContext context)
Parameters
Type Name Description
HyperTalkParser.RepeatStatementContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitReturnStmnt(HyperTalkParser.ReturnStmntContext)

Visit a parse tree produced by returnStmnt().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitReturnStmnt(HyperTalkParser.ReturnStmntContext context)
Parameters
Type Name Description
HyperTalkParser.ReturnStmntContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitScript(HyperTalkParser.ScriptContext)

Visit a parse tree produced by script().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitScript(HyperTalkParser.ScriptContext context)
Parameters
Type Name Description
HyperTalkParser.ScriptContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitScriptlet(HyperTalkParser.ScriptletContext)

Visit a parse tree produced by scriptlet().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitScriptlet(HyperTalkParser.ScriptletContext context)
Parameters
Type Name Description
HyperTalkParser.ScriptletContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSeconds(HyperTalkParser.SecondsContext)

Visit a parse tree produced by seconds().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitSeconds(HyperTalkParser.SecondsContext context)
Parameters
Type Name Description
HyperTalkParser.SecondsContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSingleArgFunc(HyperTalkParser.SingleArgFuncContext)

Visit a parse tree produced by singleArgFunc().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitSingleArgFunc(HyperTalkParser.SingleArgFuncContext context)
Parameters
Type Name Description
HyperTalkParser.SingleArgFuncContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSortChunkType(HyperTalkParser.SortChunkTypeContext)

Visit a parse tree produced by sortChunkType().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitSortChunkType(HyperTalkParser.SortChunkTypeContext context)
Parameters
Type Name Description
HyperTalkParser.SortChunkTypeContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSortDirection(HyperTalkParser.SortDirectionContext)

Visit a parse tree produced by sortDirection().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitSortDirection(HyperTalkParser.SortDirectionContext context)
Parameters
Type Name Description
HyperTalkParser.SortDirectionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSortStyle(HyperTalkParser.SortStyleContext)

Visit a parse tree produced by sortStyle().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitSortStyle(HyperTalkParser.SortStyleContext context)
Parameters
Type Name Description
HyperTalkParser.SortStyleContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSpeed(HyperTalkParser.SpeedContext)

Visit a parse tree produced by speed().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitSpeed(HyperTalkParser.SpeedContext context)
Parameters
Type Name Description
HyperTalkParser.SpeedContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitStack(HyperTalkParser.StackContext)

Visit a parse tree produced by stack().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitStack(HyperTalkParser.StackContext context)
Parameters
Type Name Description
HyperTalkParser.StackContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitStackPart(HyperTalkParser.StackPartContext)

Visit a parse tree produced by stackPart().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitStackPart(HyperTalkParser.StackPartContext context)
Parameters
Type Name Description
HyperTalkParser.StackPartContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitStatement(HyperTalkParser.StatementContext)

Visit a parse tree produced by statement().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitStatement(HyperTalkParser.StatementContext context)
Parameters
Type Name Description
HyperTalkParser.StatementContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitStatementList(HyperTalkParser.StatementListContext)

Visit a parse tree produced by statementList().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitStatementList(HyperTalkParser.StatementListContext context)
Parameters
Type Name Description
HyperTalkParser.StatementListContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitThenStatement(HyperTalkParser.ThenStatementContext)

Visit a parse tree produced by thenStatement().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitThenStatement(HyperTalkParser.ThenStatementContext context)
Parameters
Type Name Description
HyperTalkParser.ThenStatementContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTimeUnit(HyperTalkParser.TimeUnitContext)

Visit a parse tree produced by timeUnit().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitTimeUnit(HyperTalkParser.TimeUnitContext context)
Parameters
Type Name Description
HyperTalkParser.TimeUnitContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitToolExpression(HyperTalkParser.ToolExpressionContext)

Visit a parse tree produced by toolExpression().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitToolExpression(HyperTalkParser.ToolExpressionContext context)
Parameters
Type Name Description
HyperTalkParser.ToolExpressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitWindowPart(HyperTalkParser.WindowPartContext)

Visit a parse tree produced by windowPart().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitWindowPart(HyperTalkParser.WindowPartContext context)
Parameters
Type Name Description
HyperTalkParser.WindowPartContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitWord(HyperTalkParser.WordContext)

Visit a parse tree produced by word().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitWord(HyperTalkParser.WordContext context)
Parameters
Type Name Description
HyperTalkParser.WordContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitZeroArgFunc(HyperTalkParser.ZeroArgFuncContext)

Visit a parse tree produced by zeroArgFunc().

The default implementation returns the result of calling on context.

Declaration
public virtual Result VisitZeroArgFunc(HyperTalkParser.ZeroArgFuncContext context)
Parameters
Type Name Description
HyperTalkParser.ZeroArgFuncContext context

The parse tree.

Returns
Type Description
Result

Implements

IHyperTalkVisitor<Result>
IParseTreeVisitor<>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX