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
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 SourceVisitBackground(HyperTalkParser.BackgroundContext)
Visit a parse tree produced by background().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitBackground(HyperTalkParser.BackgroundContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.BackgroundContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitBkgndPart(HyperTalkParser.BkgndPartContext)
Visit a parse tree produced by bkgndPart().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitBkgndPart(HyperTalkParser.BkgndPartContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.BkgndPartContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitBuiltInFunc(HyperTalkParser.BuiltInFuncContext)
Visit a parse tree produced by builtInFunc().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitBuiltInFunc(HyperTalkParser.BuiltInFuncContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.BuiltInFuncContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitButton(HyperTalkParser.ButtonContext)
Visit a parse tree produced by button().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitButton(HyperTalkParser.ButtonContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.ButtonContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitButtonPart(HyperTalkParser.ButtonPartContext)
Visit a parse tree produced by buttonPart().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitButtonPart(HyperTalkParser.ButtonPartContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.ButtonPartContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitCard(HyperTalkParser.CardContext)
Visit a parse tree produced by card().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitCard(HyperTalkParser.CardContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.CardContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitCardinalValue(HyperTalkParser.CardinalValueContext)
Visit a parse tree produced by cardinalValue().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitCardinalValue(HyperTalkParser.CardinalValueContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.CardinalValueContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitCardPart(HyperTalkParser.CardPartContext)
Visit a parse tree produced by cardPart().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitCardPart(HyperTalkParser.CardPartContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.CardPartContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitCards(HyperTalkParser.CardsContext)
Visit a parse tree produced by cards().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitCards(HyperTalkParser.CardsContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.CardsContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitCharacter(HyperTalkParser.CharacterContext)
Visit a parse tree produced by character().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitCharacter(HyperTalkParser.CharacterContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.CharacterContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitChunk(HyperTalkParser.ChunkContext)
Visit a parse tree produced by chunk().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitChunk(HyperTalkParser.ChunkContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.ChunkContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitCommandName(HyperTalkParser.CommandNameContext)
Visit a parse tree produced by commandName().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitCommandName(HyperTalkParser.CommandNameContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.CommandNameContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitCommandStmnt(HyperTalkParser.CommandStmntContext)
Visit a parse tree produced by commandStmnt().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitCommandStmnt(HyperTalkParser.CommandStmntContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.CommandStmntContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitConstant(HyperTalkParser.ConstantContext)
Visit a parse tree produced by constant().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitConstant(HyperTalkParser.ConstantContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.ConstantContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitContainer(HyperTalkParser.ContainerContext)
Visit a parse tree produced by container().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitContainer(HyperTalkParser.ContainerContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.ContainerContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitConversionFormat(HyperTalkParser.ConversionFormatContext)
Visit a parse tree produced by conversionFormat().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitConversionFormat(HyperTalkParser.ConversionFormatContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.ConversionFormatContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitConvertible(HyperTalkParser.ConvertibleContext)
Visit a parse tree produced by convertible().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitConvertible(HyperTalkParser.ConvertibleContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.ConvertibleContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitCount(HyperTalkParser.CountContext)
Visit a parse tree produced by count().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitCount(HyperTalkParser.CountContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.CountContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitDuration(HyperTalkParser.DurationContext)
Visit a parse tree produced by duration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitDuration(HyperTalkParser.DurationContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.DurationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitEffect(HyperTalkParser.EffectContext)
Visit a parse tree produced by effect().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitEffect(HyperTalkParser.EffectContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.EffectContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitEffectExpression(HyperTalkParser.EffectExpressionContext)
Visit a parse tree produced by effectExpression().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitEffectExpression(HyperTalkParser.EffectExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.EffectExpressionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitElseStatement(HyperTalkParser.ElseStatementContext)
Visit a parse tree produced by elseStatement().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitElseStatement(HyperTalkParser.ElseStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.ElseStatementContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitExpression(HyperTalkParser.ExpressionContext)
Visit a parse tree produced by expression().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitExpression(HyperTalkParser.ExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.ExpressionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitFactor(HyperTalkParser.FactorContext)
Visit a parse tree produced by factor().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitFactor(HyperTalkParser.FactorContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.FactorContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitField(HyperTalkParser.FieldContext)
Visit a parse tree produced by field().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitField(HyperTalkParser.FieldContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.FieldContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitFieldPart(HyperTalkParser.FieldPartContext)
Visit a parse tree produced by fieldPart().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitFieldPart(HyperTalkParser.FieldPartContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.FieldPartContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitFindType(HyperTalkParser.FindTypeContext)
Visit a parse tree produced by findType().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitFindType(HyperTalkParser.FindTypeContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.FindTypeContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitFunction_(HyperTalkParser.Function_Context)
Visit a parse tree produced by function_().
The default implementation returns the result of calling 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 |
VisitFunctionCall(HyperTalkParser.FunctionCallContext)
Visit a parse tree produced by functionCall().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitFunctionCall(HyperTalkParser.FunctionCallContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.FunctionCallContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitGlobalProperty(HyperTalkParser.GlobalPropertyContext)
Visit a parse tree produced by globalProperty().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitGlobalProperty(HyperTalkParser.GlobalPropertyContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.GlobalPropertyContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitGlobalStmnt(HyperTalkParser.GlobalStmntContext)
Visit a parse tree produced by globalStmnt().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitGlobalStmnt(HyperTalkParser.GlobalStmntContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.GlobalStmntContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitHandler(HyperTalkParser.HandlerContext)
Visit a parse tree produced by handler().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitHandler(HyperTalkParser.HandlerContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.HandlerContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitHandlerName(HyperTalkParser.HandlerNameContext)
Visit a parse tree produced by handlerName().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitHandlerName(HyperTalkParser.HandlerNameContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.HandlerNameContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitIfStatement(HyperTalkParser.IfStatementContext)
Visit a parse tree produced by ifStatement().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitIfStatement(HyperTalkParser.IfStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.IfStatementContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitImage(HyperTalkParser.ImageContext)
Visit a parse tree produced by image().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitImage(HyperTalkParser.ImageContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.ImageContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitItem(HyperTalkParser.ItemContext)
Visit a parse tree produced by item().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitItem(HyperTalkParser.ItemContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.ItemContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitKnownType(HyperTalkParser.KnownTypeContext)
Visit a parse tree produced by knownType().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitKnownType(HyperTalkParser.KnownTypeContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.KnownTypeContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitLength(HyperTalkParser.LengthContext)
Visit a parse tree produced by length().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitLength(HyperTalkParser.LengthContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.LengthContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitLine(HyperTalkParser.LineContext)
Visit a parse tree produced by line().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitLine(HyperTalkParser.LineContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.LineContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitListExpression(HyperTalkParser.ListExpressionContext)
Visit a parse tree produced by listExpression().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitListExpression(HyperTalkParser.ListExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.ListExpressionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitLiteral(HyperTalkParser.LiteralContext)
Visit a parse tree produced by literal().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitLiteral(HyperTalkParser.LiteralContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.LiteralContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitMenu(HyperTalkParser.MenuContext)
Visit a parse tree produced by menu().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitMenu(HyperTalkParser.MenuContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.MenuContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitMenuItem(HyperTalkParser.MenuItemContext)
Visit a parse tree produced by menuItem().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitMenuItem(HyperTalkParser.MenuItemContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.MenuItemContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitMessage(HyperTalkParser.MessageContext)
Visit a parse tree produced by message().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitMessage(HyperTalkParser.MessageContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.MessageContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitMessageStatement(HyperTalkParser.MessageStatementContext)
Visit a parse tree produced by messageStatement().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitMessageStatement(HyperTalkParser.MessageStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.MessageStatementContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitModifierKey(HyperTalkParser.ModifierKeyContext)
Visit a parse tree produced by modifierKey().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitModifierKey(HyperTalkParser.ModifierKeyContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.ModifierKeyContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitMouseState(HyperTalkParser.MouseStateContext)
Visit a parse tree produced by mouseState().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitMouseState(HyperTalkParser.MouseStateContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.MouseStateContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitMultiArgFunc(HyperTalkParser.MultiArgFuncContext)
Visit a parse tree produced by multiArgFunc().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitMultiArgFunc(HyperTalkParser.MultiArgFuncContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.MultiArgFuncContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitMultilineScriptlet(HyperTalkParser.MultilineScriptletContext)
Visit a parse tree produced by multilineScriptlet().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitMultilineScriptlet(HyperTalkParser.MultilineScriptletContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.MultilineScriptletContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitMusicExpression(HyperTalkParser.MusicExpressionContext)
Visit a parse tree produced by musicExpression().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitMusicExpression(HyperTalkParser.MusicExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.MusicExpressionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitOf(HyperTalkParser.OfContext)
Visit a parse tree produced by of().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitOf(HyperTalkParser.OfContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.OfContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitOrdinal(HyperTalkParser.OrdinalContext)
Visit a parse tree produced by ordinal().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitOrdinal(HyperTalkParser.OrdinalContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.OrdinalContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitOrdinalValue(HyperTalkParser.OrdinalValueContext)
Visit a parse tree produced by ordinalValue().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitOrdinalValue(HyperTalkParser.OrdinalValueContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.OrdinalValueContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitParameterList(HyperTalkParser.ParameterListContext)
Visit a parse tree produced by parameterList().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitParameterList(HyperTalkParser.ParameterListContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.ParameterListContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitPart(HyperTalkParser.PartContext)
Visit a parse tree produced by part().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitPart(HyperTalkParser.PartContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.PartContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitPartProperty(HyperTalkParser.PartPropertyContext)
Visit a parse tree produced by partProperty().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitPartProperty(HyperTalkParser.PartPropertyContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.PartPropertyContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitPicture(HyperTalkParser.PictureContext)
Visit a parse tree produced by picture().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitPicture(HyperTalkParser.PictureContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.PictureContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitPosition(HyperTalkParser.PositionContext)
Visit a parse tree produced by position().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitPosition(HyperTalkParser.PositionContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.PositionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitPreposition(HyperTalkParser.PrepositionContext)
Visit a parse tree produced by preposition().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitPreposition(HyperTalkParser.PrepositionContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.PrepositionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitProperty(HyperTalkParser.PropertyContext)
Visit a parse tree produced by property().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitProperty(HyperTalkParser.PropertyContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.PropertyContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitPropertyName(HyperTalkParser.PropertyNameContext)
Visit a parse tree produced by propertyName().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitPropertyName(HyperTalkParser.PropertyNameContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.PropertyNameContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitPropertyValue(HyperTalkParser.PropertyValueContext)
Visit a parse tree produced by propertyValue().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitPropertyValue(HyperTalkParser.PropertyValueContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.PropertyValueContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitRange(HyperTalkParser.RangeContext)
Visit a parse tree produced by range().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitRange(HyperTalkParser.RangeContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.RangeContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitRemoteNavOption(HyperTalkParser.RemoteNavOptionContext)
Visit a parse tree produced by remoteNavOption().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitRemoteNavOption(HyperTalkParser.RemoteNavOptionContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.RemoteNavOptionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitRepeatRange(HyperTalkParser.RepeatRangeContext)
Visit a parse tree produced by repeatRange().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitRepeatRange(HyperTalkParser.RepeatRangeContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.RepeatRangeContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitRepeatStatement(HyperTalkParser.RepeatStatementContext)
Visit a parse tree produced by repeatStatement().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitRepeatStatement(HyperTalkParser.RepeatStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.RepeatStatementContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitReturnStmnt(HyperTalkParser.ReturnStmntContext)
Visit a parse tree produced by returnStmnt().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitReturnStmnt(HyperTalkParser.ReturnStmntContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.ReturnStmntContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitScript(HyperTalkParser.ScriptContext)
Visit a parse tree produced by script().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitScript(HyperTalkParser.ScriptContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.ScriptContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitScriptlet(HyperTalkParser.ScriptletContext)
Visit a parse tree produced by scriptlet().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitScriptlet(HyperTalkParser.ScriptletContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.ScriptletContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitSeconds(HyperTalkParser.SecondsContext)
Visit a parse tree produced by seconds().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitSeconds(HyperTalkParser.SecondsContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.SecondsContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitSingleArgFunc(HyperTalkParser.SingleArgFuncContext)
Visit a parse tree produced by singleArgFunc().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitSingleArgFunc(HyperTalkParser.SingleArgFuncContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.SingleArgFuncContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitSortChunkType(HyperTalkParser.SortChunkTypeContext)
Visit a parse tree produced by sortChunkType().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitSortChunkType(HyperTalkParser.SortChunkTypeContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.SortChunkTypeContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitSortDirection(HyperTalkParser.SortDirectionContext)
Visit a parse tree produced by sortDirection().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitSortDirection(HyperTalkParser.SortDirectionContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.SortDirectionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitSortStyle(HyperTalkParser.SortStyleContext)
Visit a parse tree produced by sortStyle().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitSortStyle(HyperTalkParser.SortStyleContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.SortStyleContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitSpeed(HyperTalkParser.SpeedContext)
Visit a parse tree produced by speed().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitSpeed(HyperTalkParser.SpeedContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.SpeedContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitStack(HyperTalkParser.StackContext)
Visit a parse tree produced by stack().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitStack(HyperTalkParser.StackContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.StackContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitStackPart(HyperTalkParser.StackPartContext)
Visit a parse tree produced by stackPart().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitStackPart(HyperTalkParser.StackPartContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.StackPartContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitStatement(HyperTalkParser.StatementContext)
Visit a parse tree produced by statement().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitStatement(HyperTalkParser.StatementContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.StatementContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitStatementList(HyperTalkParser.StatementListContext)
Visit a parse tree produced by statementList().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitStatementList(HyperTalkParser.StatementListContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.StatementListContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitThenStatement(HyperTalkParser.ThenStatementContext)
Visit a parse tree produced by thenStatement().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitThenStatement(HyperTalkParser.ThenStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.ThenStatementContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitTimeUnit(HyperTalkParser.TimeUnitContext)
Visit a parse tree produced by timeUnit().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitTimeUnit(HyperTalkParser.TimeUnitContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.TimeUnitContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitToolExpression(HyperTalkParser.ToolExpressionContext)
Visit a parse tree produced by toolExpression().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitToolExpression(HyperTalkParser.ToolExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.ToolExpressionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitWindowPart(HyperTalkParser.WindowPartContext)
Visit a parse tree produced by windowPart().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitWindowPart(HyperTalkParser.WindowPartContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.WindowPartContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitWord(HyperTalkParser.WordContext)
Visit a parse tree produced by word().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitWord(HyperTalkParser.WordContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.WordContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitZeroArgFunc(HyperTalkParser.ZeroArgFuncContext)
Visit a parse tree produced by zeroArgFunc().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitZeroArgFunc(HyperTalkParser.ZeroArgFuncContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.ZeroArgFuncContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |