Class HyperTalkBaseListener
This class provides an empty implementation of IHyperTalkListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
Inheritance
Namespace: GCore.Antlr.Grammers.Hypertalk
Assembly: Hypertalk.dll
Syntax
public class HyperTalkBaseListener : object, IHyperTalkListener, Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterBackground(HyperTalkParser.BackgroundContext)
Enter a parse tree produced by background().
The default implementation does nothing.
Declaration
public virtual void EnterBackground(HyperTalkParser.BackgroundContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.BackgroundContext | context | The parse tree. |
EnterBkgndPart(HyperTalkParser.BkgndPartContext)
Enter a parse tree produced by bkgndPart().
The default implementation does nothing.
Declaration
public virtual void EnterBkgndPart(HyperTalkParser.BkgndPartContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.BkgndPartContext | context | The parse tree. |
EnterBuiltInFunc(HyperTalkParser.BuiltInFuncContext)
Enter a parse tree produced by builtInFunc().
The default implementation does nothing.
Declaration
public virtual void EnterBuiltInFunc(HyperTalkParser.BuiltInFuncContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.BuiltInFuncContext | context | The parse tree. |
EnterButton(HyperTalkParser.ButtonContext)
Enter a parse tree produced by button().
The default implementation does nothing.
Declaration
public virtual void EnterButton(HyperTalkParser.ButtonContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.ButtonContext | context | The parse tree. |
EnterButtonPart(HyperTalkParser.ButtonPartContext)
Enter a parse tree produced by buttonPart().
The default implementation does nothing.
Declaration
public virtual void EnterButtonPart(HyperTalkParser.ButtonPartContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.ButtonPartContext | context | The parse tree. |
EnterCard(HyperTalkParser.CardContext)
Enter a parse tree produced by card().
The default implementation does nothing.
Declaration
public virtual void EnterCard(HyperTalkParser.CardContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.CardContext | context | The parse tree. |
EnterCardinalValue(HyperTalkParser.CardinalValueContext)
Enter a parse tree produced by cardinalValue().
The default implementation does nothing.
Declaration
public virtual void EnterCardinalValue(HyperTalkParser.CardinalValueContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.CardinalValueContext | context | The parse tree. |
EnterCardPart(HyperTalkParser.CardPartContext)
Enter a parse tree produced by cardPart().
The default implementation does nothing.
Declaration
public virtual void EnterCardPart(HyperTalkParser.CardPartContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.CardPartContext | context | The parse tree. |
EnterCards(HyperTalkParser.CardsContext)
Enter a parse tree produced by cards().
The default implementation does nothing.
Declaration
public virtual void EnterCards(HyperTalkParser.CardsContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.CardsContext | context | The parse tree. |
EnterCharacter(HyperTalkParser.CharacterContext)
Enter a parse tree produced by character().
The default implementation does nothing.
Declaration
public virtual void EnterCharacter(HyperTalkParser.CharacterContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.CharacterContext | context | The parse tree. |
EnterChunk(HyperTalkParser.ChunkContext)
Enter a parse tree produced by chunk().
The default implementation does nothing.
Declaration
public virtual void EnterChunk(HyperTalkParser.ChunkContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.ChunkContext | context | The parse tree. |
EnterCommandName(HyperTalkParser.CommandNameContext)
Enter a parse tree produced by commandName().
The default implementation does nothing.
Declaration
public virtual void EnterCommandName(HyperTalkParser.CommandNameContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.CommandNameContext | context | The parse tree. |
EnterCommandStmnt(HyperTalkParser.CommandStmntContext)
Enter a parse tree produced by commandStmnt().
The default implementation does nothing.
Declaration
public virtual void EnterCommandStmnt(HyperTalkParser.CommandStmntContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.CommandStmntContext | context | The parse tree. |
EnterConstant(HyperTalkParser.ConstantContext)
Enter a parse tree produced by constant().
The default implementation does nothing.
Declaration
public virtual void EnterConstant(HyperTalkParser.ConstantContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.ConstantContext | context | The parse tree. |
EnterContainer(HyperTalkParser.ContainerContext)
Enter a parse tree produced by container().
The default implementation does nothing.
Declaration
public virtual void EnterContainer(HyperTalkParser.ContainerContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.ContainerContext | context | The parse tree. |
EnterConversionFormat(HyperTalkParser.ConversionFormatContext)
Enter a parse tree produced by conversionFormat().
The default implementation does nothing.
Declaration
public virtual void EnterConversionFormat(HyperTalkParser.ConversionFormatContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.ConversionFormatContext | context | The parse tree. |
EnterConvertible(HyperTalkParser.ConvertibleContext)
Enter a parse tree produced by convertible().
The default implementation does nothing.
Declaration
public virtual void EnterConvertible(HyperTalkParser.ConvertibleContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.ConvertibleContext | context | The parse tree. |
EnterCount(HyperTalkParser.CountContext)
Enter a parse tree produced by count().
The default implementation does nothing.
Declaration
public virtual void EnterCount(HyperTalkParser.CountContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.CountContext | context | The parse tree. |
EnterDuration(HyperTalkParser.DurationContext)
Enter a parse tree produced by duration().
The default implementation does nothing.
Declaration
public virtual void EnterDuration(HyperTalkParser.DurationContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.DurationContext | context | The parse tree. |
EnterEffect(HyperTalkParser.EffectContext)
Enter a parse tree produced by effect().
The default implementation does nothing.
Declaration
public virtual void EnterEffect(HyperTalkParser.EffectContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.EffectContext | context | The parse tree. |
EnterEffectExpression(HyperTalkParser.EffectExpressionContext)
Enter a parse tree produced by effectExpression().
The default implementation does nothing.
Declaration
public virtual void EnterEffectExpression(HyperTalkParser.EffectExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.EffectExpressionContext | context | The parse tree. |
EnterElseStatement(HyperTalkParser.ElseStatementContext)
Enter a parse tree produced by elseStatement().
The default implementation does nothing.
Declaration
public virtual void EnterElseStatement(HyperTalkParser.ElseStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.ElseStatementContext | context | The parse tree. |
EnterEveryRule(Antlr4.Runtime.ParserRuleContext)
Declaration
public virtual void EnterEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.ParserRuleContext | context |
Remarks
The default implementation does nothing.
EnterExpression(HyperTalkParser.ExpressionContext)
Enter a parse tree produced by expression().
The default implementation does nothing.
Declaration
public virtual void EnterExpression(HyperTalkParser.ExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.ExpressionContext | context | The parse tree. |
EnterFactor(HyperTalkParser.FactorContext)
Enter a parse tree produced by factor().
The default implementation does nothing.
Declaration
public virtual void EnterFactor(HyperTalkParser.FactorContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.FactorContext | context | The parse tree. |
EnterField(HyperTalkParser.FieldContext)
Enter a parse tree produced by field().
The default implementation does nothing.
Declaration
public virtual void EnterField(HyperTalkParser.FieldContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.FieldContext | context | The parse tree. |
EnterFieldPart(HyperTalkParser.FieldPartContext)
Enter a parse tree produced by fieldPart().
The default implementation does nothing.
Declaration
public virtual void EnterFieldPart(HyperTalkParser.FieldPartContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.FieldPartContext | context | The parse tree. |
EnterFindType(HyperTalkParser.FindTypeContext)
Enter a parse tree produced by findType().
The default implementation does nothing.
Declaration
public virtual void EnterFindType(HyperTalkParser.FindTypeContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.FindTypeContext | context | The parse tree. |
EnterFunction_(HyperTalkParser.Function_Context)
Enter a parse tree produced by function_().
The default implementation does nothing.
Declaration
public virtual void EnterFunction_(HyperTalkParser.Function_Context context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.Function_Context | context | The parse tree. |
EnterFunctionCall(HyperTalkParser.FunctionCallContext)
Enter a parse tree produced by functionCall().
The default implementation does nothing.
Declaration
public virtual void EnterFunctionCall(HyperTalkParser.FunctionCallContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.FunctionCallContext | context | The parse tree. |
EnterGlobalProperty(HyperTalkParser.GlobalPropertyContext)
Enter a parse tree produced by globalProperty().
The default implementation does nothing.
Declaration
public virtual void EnterGlobalProperty(HyperTalkParser.GlobalPropertyContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.GlobalPropertyContext | context | The parse tree. |
EnterGlobalStmnt(HyperTalkParser.GlobalStmntContext)
Enter a parse tree produced by globalStmnt().
The default implementation does nothing.
Declaration
public virtual void EnterGlobalStmnt(HyperTalkParser.GlobalStmntContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.GlobalStmntContext | context | The parse tree. |
EnterHandler(HyperTalkParser.HandlerContext)
Enter a parse tree produced by handler().
The default implementation does nothing.
Declaration
public virtual void EnterHandler(HyperTalkParser.HandlerContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.HandlerContext | context | The parse tree. |
EnterHandlerName(HyperTalkParser.HandlerNameContext)
Enter a parse tree produced by handlerName().
The default implementation does nothing.
Declaration
public virtual void EnterHandlerName(HyperTalkParser.HandlerNameContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.HandlerNameContext | context | The parse tree. |
EnterIfStatement(HyperTalkParser.IfStatementContext)
Enter a parse tree produced by ifStatement().
The default implementation does nothing.
Declaration
public virtual void EnterIfStatement(HyperTalkParser.IfStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.IfStatementContext | context | The parse tree. |
EnterImage(HyperTalkParser.ImageContext)
Enter a parse tree produced by image().
The default implementation does nothing.
Declaration
public virtual void EnterImage(HyperTalkParser.ImageContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.ImageContext | context | The parse tree. |
EnterItem(HyperTalkParser.ItemContext)
Enter a parse tree produced by item().
The default implementation does nothing.
Declaration
public virtual void EnterItem(HyperTalkParser.ItemContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.ItemContext | context | The parse tree. |
EnterKnownType(HyperTalkParser.KnownTypeContext)
Enter a parse tree produced by knownType().
The default implementation does nothing.
Declaration
public virtual void EnterKnownType(HyperTalkParser.KnownTypeContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.KnownTypeContext | context | The parse tree. |
EnterLength(HyperTalkParser.LengthContext)
Enter a parse tree produced by length().
The default implementation does nothing.
Declaration
public virtual void EnterLength(HyperTalkParser.LengthContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.LengthContext | context | The parse tree. |
EnterLine(HyperTalkParser.LineContext)
Enter a parse tree produced by line().
The default implementation does nothing.
Declaration
public virtual void EnterLine(HyperTalkParser.LineContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.LineContext | context | The parse tree. |
EnterListExpression(HyperTalkParser.ListExpressionContext)
Enter a parse tree produced by listExpression().
The default implementation does nothing.
Declaration
public virtual void EnterListExpression(HyperTalkParser.ListExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.ListExpressionContext | context | The parse tree. |
EnterLiteral(HyperTalkParser.LiteralContext)
Enter a parse tree produced by literal().
The default implementation does nothing.
Declaration
public virtual void EnterLiteral(HyperTalkParser.LiteralContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.LiteralContext | context | The parse tree. |
EnterMenu(HyperTalkParser.MenuContext)
Enter a parse tree produced by menu().
The default implementation does nothing.
Declaration
public virtual void EnterMenu(HyperTalkParser.MenuContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.MenuContext | context | The parse tree. |
EnterMenuItem(HyperTalkParser.MenuItemContext)
Enter a parse tree produced by menuItem().
The default implementation does nothing.
Declaration
public virtual void EnterMenuItem(HyperTalkParser.MenuItemContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.MenuItemContext | context | The parse tree. |
EnterMessage(HyperTalkParser.MessageContext)
Enter a parse tree produced by message().
The default implementation does nothing.
Declaration
public virtual void EnterMessage(HyperTalkParser.MessageContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.MessageContext | context | The parse tree. |
EnterMessageStatement(HyperTalkParser.MessageStatementContext)
Enter a parse tree produced by messageStatement().
The default implementation does nothing.
Declaration
public virtual void EnterMessageStatement(HyperTalkParser.MessageStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.MessageStatementContext | context | The parse tree. |
EnterModifierKey(HyperTalkParser.ModifierKeyContext)
Enter a parse tree produced by modifierKey().
The default implementation does nothing.
Declaration
public virtual void EnterModifierKey(HyperTalkParser.ModifierKeyContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.ModifierKeyContext | context | The parse tree. |
EnterMouseState(HyperTalkParser.MouseStateContext)
Enter a parse tree produced by mouseState().
The default implementation does nothing.
Declaration
public virtual void EnterMouseState(HyperTalkParser.MouseStateContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.MouseStateContext | context | The parse tree. |
EnterMultiArgFunc(HyperTalkParser.MultiArgFuncContext)
Enter a parse tree produced by multiArgFunc().
The default implementation does nothing.
Declaration
public virtual void EnterMultiArgFunc(HyperTalkParser.MultiArgFuncContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.MultiArgFuncContext | context | The parse tree. |
EnterMultilineScriptlet(HyperTalkParser.MultilineScriptletContext)
Enter a parse tree produced by multilineScriptlet().
The default implementation does nothing.
Declaration
public virtual void EnterMultilineScriptlet(HyperTalkParser.MultilineScriptletContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.MultilineScriptletContext | context | The parse tree. |
EnterMusicExpression(HyperTalkParser.MusicExpressionContext)
Enter a parse tree produced by musicExpression().
The default implementation does nothing.
Declaration
public virtual void EnterMusicExpression(HyperTalkParser.MusicExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.MusicExpressionContext | context | The parse tree. |
EnterOf(HyperTalkParser.OfContext)
Enter a parse tree produced by of().
The default implementation does nothing.
Declaration
public virtual void EnterOf(HyperTalkParser.OfContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.OfContext | context | The parse tree. |
EnterOrdinal(HyperTalkParser.OrdinalContext)
Enter a parse tree produced by ordinal().
The default implementation does nothing.
Declaration
public virtual void EnterOrdinal(HyperTalkParser.OrdinalContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.OrdinalContext | context | The parse tree. |
EnterOrdinalValue(HyperTalkParser.OrdinalValueContext)
Enter a parse tree produced by ordinalValue().
The default implementation does nothing.
Declaration
public virtual void EnterOrdinalValue(HyperTalkParser.OrdinalValueContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.OrdinalValueContext | context | The parse tree. |
EnterParameterList(HyperTalkParser.ParameterListContext)
Enter a parse tree produced by parameterList().
The default implementation does nothing.
Declaration
public virtual void EnterParameterList(HyperTalkParser.ParameterListContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.ParameterListContext | context | The parse tree. |
EnterPart(HyperTalkParser.PartContext)
Enter a parse tree produced by part().
The default implementation does nothing.
Declaration
public virtual void EnterPart(HyperTalkParser.PartContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.PartContext | context | The parse tree. |
EnterPartProperty(HyperTalkParser.PartPropertyContext)
Enter a parse tree produced by partProperty().
The default implementation does nothing.
Declaration
public virtual void EnterPartProperty(HyperTalkParser.PartPropertyContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.PartPropertyContext | context | The parse tree. |
EnterPicture(HyperTalkParser.PictureContext)
Enter a parse tree produced by picture().
The default implementation does nothing.
Declaration
public virtual void EnterPicture(HyperTalkParser.PictureContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.PictureContext | context | The parse tree. |
EnterPosition(HyperTalkParser.PositionContext)
Enter a parse tree produced by position().
The default implementation does nothing.
Declaration
public virtual void EnterPosition(HyperTalkParser.PositionContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.PositionContext | context | The parse tree. |
EnterPreposition(HyperTalkParser.PrepositionContext)
Enter a parse tree produced by preposition().
The default implementation does nothing.
Declaration
public virtual void EnterPreposition(HyperTalkParser.PrepositionContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.PrepositionContext | context | The parse tree. |
EnterProperty(HyperTalkParser.PropertyContext)
Enter a parse tree produced by property().
The default implementation does nothing.
Declaration
public virtual void EnterProperty(HyperTalkParser.PropertyContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.PropertyContext | context | The parse tree. |
EnterPropertyName(HyperTalkParser.PropertyNameContext)
Enter a parse tree produced by propertyName().
The default implementation does nothing.
Declaration
public virtual void EnterPropertyName(HyperTalkParser.PropertyNameContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.PropertyNameContext | context | The parse tree. |
EnterPropertyValue(HyperTalkParser.PropertyValueContext)
Enter a parse tree produced by propertyValue().
The default implementation does nothing.
Declaration
public virtual void EnterPropertyValue(HyperTalkParser.PropertyValueContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.PropertyValueContext | context | The parse tree. |
EnterRange(HyperTalkParser.RangeContext)
Enter a parse tree produced by range().
The default implementation does nothing.
Declaration
public virtual void EnterRange(HyperTalkParser.RangeContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.RangeContext | context | The parse tree. |
EnterRemoteNavOption(HyperTalkParser.RemoteNavOptionContext)
Enter a parse tree produced by remoteNavOption().
The default implementation does nothing.
Declaration
public virtual void EnterRemoteNavOption(HyperTalkParser.RemoteNavOptionContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.RemoteNavOptionContext | context | The parse tree. |
EnterRepeatRange(HyperTalkParser.RepeatRangeContext)
Enter a parse tree produced by repeatRange().
The default implementation does nothing.
Declaration
public virtual void EnterRepeatRange(HyperTalkParser.RepeatRangeContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.RepeatRangeContext | context | The parse tree. |
EnterRepeatStatement(HyperTalkParser.RepeatStatementContext)
Enter a parse tree produced by repeatStatement().
The default implementation does nothing.
Declaration
public virtual void EnterRepeatStatement(HyperTalkParser.RepeatStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.RepeatStatementContext | context | The parse tree. |
EnterReturnStmnt(HyperTalkParser.ReturnStmntContext)
Enter a parse tree produced by returnStmnt().
The default implementation does nothing.
Declaration
public virtual void EnterReturnStmnt(HyperTalkParser.ReturnStmntContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.ReturnStmntContext | context | The parse tree. |
EnterScript(HyperTalkParser.ScriptContext)
Enter a parse tree produced by script().
The default implementation does nothing.
Declaration
public virtual void EnterScript(HyperTalkParser.ScriptContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.ScriptContext | context | The parse tree. |
EnterScriptlet(HyperTalkParser.ScriptletContext)
Enter a parse tree produced by scriptlet().
The default implementation does nothing.
Declaration
public virtual void EnterScriptlet(HyperTalkParser.ScriptletContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.ScriptletContext | context | The parse tree. |
EnterSeconds(HyperTalkParser.SecondsContext)
Enter a parse tree produced by seconds().
The default implementation does nothing.
Declaration
public virtual void EnterSeconds(HyperTalkParser.SecondsContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.SecondsContext | context | The parse tree. |
EnterSingleArgFunc(HyperTalkParser.SingleArgFuncContext)
Enter a parse tree produced by singleArgFunc().
The default implementation does nothing.
Declaration
public virtual void EnterSingleArgFunc(HyperTalkParser.SingleArgFuncContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.SingleArgFuncContext | context | The parse tree. |
EnterSortChunkType(HyperTalkParser.SortChunkTypeContext)
Enter a parse tree produced by sortChunkType().
The default implementation does nothing.
Declaration
public virtual void EnterSortChunkType(HyperTalkParser.SortChunkTypeContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.SortChunkTypeContext | context | The parse tree. |
EnterSortDirection(HyperTalkParser.SortDirectionContext)
Enter a parse tree produced by sortDirection().
The default implementation does nothing.
Declaration
public virtual void EnterSortDirection(HyperTalkParser.SortDirectionContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.SortDirectionContext | context | The parse tree. |
EnterSortStyle(HyperTalkParser.SortStyleContext)
Enter a parse tree produced by sortStyle().
The default implementation does nothing.
Declaration
public virtual void EnterSortStyle(HyperTalkParser.SortStyleContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.SortStyleContext | context | The parse tree. |
EnterSpeed(HyperTalkParser.SpeedContext)
Enter a parse tree produced by speed().
The default implementation does nothing.
Declaration
public virtual void EnterSpeed(HyperTalkParser.SpeedContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.SpeedContext | context | The parse tree. |
EnterStack(HyperTalkParser.StackContext)
Enter a parse tree produced by stack().
The default implementation does nothing.
Declaration
public virtual void EnterStack(HyperTalkParser.StackContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.StackContext | context | The parse tree. |
EnterStackPart(HyperTalkParser.StackPartContext)
Enter a parse tree produced by stackPart().
The default implementation does nothing.
Declaration
public virtual void EnterStackPart(HyperTalkParser.StackPartContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.StackPartContext | context | The parse tree. |
EnterStatement(HyperTalkParser.StatementContext)
Enter a parse tree produced by statement().
The default implementation does nothing.
Declaration
public virtual void EnterStatement(HyperTalkParser.StatementContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.StatementContext | context | The parse tree. |
EnterStatementList(HyperTalkParser.StatementListContext)
Enter a parse tree produced by statementList().
The default implementation does nothing.
Declaration
public virtual void EnterStatementList(HyperTalkParser.StatementListContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.StatementListContext | context | The parse tree. |
EnterThenStatement(HyperTalkParser.ThenStatementContext)
Enter a parse tree produced by thenStatement().
The default implementation does nothing.
Declaration
public virtual void EnterThenStatement(HyperTalkParser.ThenStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.ThenStatementContext | context | The parse tree. |
EnterTimeUnit(HyperTalkParser.TimeUnitContext)
Enter a parse tree produced by timeUnit().
The default implementation does nothing.
Declaration
public virtual void EnterTimeUnit(HyperTalkParser.TimeUnitContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.TimeUnitContext | context | The parse tree. |
EnterToolExpression(HyperTalkParser.ToolExpressionContext)
Enter a parse tree produced by toolExpression().
The default implementation does nothing.
Declaration
public virtual void EnterToolExpression(HyperTalkParser.ToolExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.ToolExpressionContext | context | The parse tree. |
EnterWindowPart(HyperTalkParser.WindowPartContext)
Enter a parse tree produced by windowPart().
The default implementation does nothing.
Declaration
public virtual void EnterWindowPart(HyperTalkParser.WindowPartContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.WindowPartContext | context | The parse tree. |
EnterWord(HyperTalkParser.WordContext)
Enter a parse tree produced by word().
The default implementation does nothing.
Declaration
public virtual void EnterWord(HyperTalkParser.WordContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.WordContext | context | The parse tree. |
EnterZeroArgFunc(HyperTalkParser.ZeroArgFuncContext)
Enter a parse tree produced by zeroArgFunc().
The default implementation does nothing.
Declaration
public virtual void EnterZeroArgFunc(HyperTalkParser.ZeroArgFuncContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.ZeroArgFuncContext | context | The parse tree. |
ExitBackground(HyperTalkParser.BackgroundContext)
Exit a parse tree produced by background().
The default implementation does nothing.
Declaration
public virtual void ExitBackground(HyperTalkParser.BackgroundContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.BackgroundContext | context | The parse tree. |
ExitBkgndPart(HyperTalkParser.BkgndPartContext)
Exit a parse tree produced by bkgndPart().
The default implementation does nothing.
Declaration
public virtual void ExitBkgndPart(HyperTalkParser.BkgndPartContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.BkgndPartContext | context | The parse tree. |
ExitBuiltInFunc(HyperTalkParser.BuiltInFuncContext)
Exit a parse tree produced by builtInFunc().
The default implementation does nothing.
Declaration
public virtual void ExitBuiltInFunc(HyperTalkParser.BuiltInFuncContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.BuiltInFuncContext | context | The parse tree. |
ExitButton(HyperTalkParser.ButtonContext)
Exit a parse tree produced by button().
The default implementation does nothing.
Declaration
public virtual void ExitButton(HyperTalkParser.ButtonContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.ButtonContext | context | The parse tree. |
ExitButtonPart(HyperTalkParser.ButtonPartContext)
Exit a parse tree produced by buttonPart().
The default implementation does nothing.
Declaration
public virtual void ExitButtonPart(HyperTalkParser.ButtonPartContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.ButtonPartContext | context | The parse tree. |
ExitCard(HyperTalkParser.CardContext)
Exit a parse tree produced by card().
The default implementation does nothing.
Declaration
public virtual void ExitCard(HyperTalkParser.CardContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.CardContext | context | The parse tree. |
ExitCardinalValue(HyperTalkParser.CardinalValueContext)
Exit a parse tree produced by cardinalValue().
The default implementation does nothing.
Declaration
public virtual void ExitCardinalValue(HyperTalkParser.CardinalValueContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.CardinalValueContext | context | The parse tree. |
ExitCardPart(HyperTalkParser.CardPartContext)
Exit a parse tree produced by cardPart().
The default implementation does nothing.
Declaration
public virtual void ExitCardPart(HyperTalkParser.CardPartContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.CardPartContext | context | The parse tree. |
ExitCards(HyperTalkParser.CardsContext)
Exit a parse tree produced by cards().
The default implementation does nothing.
Declaration
public virtual void ExitCards(HyperTalkParser.CardsContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.CardsContext | context | The parse tree. |
ExitCharacter(HyperTalkParser.CharacterContext)
Exit a parse tree produced by character().
The default implementation does nothing.
Declaration
public virtual void ExitCharacter(HyperTalkParser.CharacterContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.CharacterContext | context | The parse tree. |
ExitChunk(HyperTalkParser.ChunkContext)
Exit a parse tree produced by chunk().
The default implementation does nothing.
Declaration
public virtual void ExitChunk(HyperTalkParser.ChunkContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.ChunkContext | context | The parse tree. |
ExitCommandName(HyperTalkParser.CommandNameContext)
Exit a parse tree produced by commandName().
The default implementation does nothing.
Declaration
public virtual void ExitCommandName(HyperTalkParser.CommandNameContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.CommandNameContext | context | The parse tree. |
ExitCommandStmnt(HyperTalkParser.CommandStmntContext)
Exit a parse tree produced by commandStmnt().
The default implementation does nothing.
Declaration
public virtual void ExitCommandStmnt(HyperTalkParser.CommandStmntContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.CommandStmntContext | context | The parse tree. |
ExitConstant(HyperTalkParser.ConstantContext)
Exit a parse tree produced by constant().
The default implementation does nothing.
Declaration
public virtual void ExitConstant(HyperTalkParser.ConstantContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.ConstantContext | context | The parse tree. |
ExitContainer(HyperTalkParser.ContainerContext)
Exit a parse tree produced by container().
The default implementation does nothing.
Declaration
public virtual void ExitContainer(HyperTalkParser.ContainerContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.ContainerContext | context | The parse tree. |
ExitConversionFormat(HyperTalkParser.ConversionFormatContext)
Exit a parse tree produced by conversionFormat().
The default implementation does nothing.
Declaration
public virtual void ExitConversionFormat(HyperTalkParser.ConversionFormatContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.ConversionFormatContext | context | The parse tree. |
ExitConvertible(HyperTalkParser.ConvertibleContext)
Exit a parse tree produced by convertible().
The default implementation does nothing.
Declaration
public virtual void ExitConvertible(HyperTalkParser.ConvertibleContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.ConvertibleContext | context | The parse tree. |
ExitCount(HyperTalkParser.CountContext)
Exit a parse tree produced by count().
The default implementation does nothing.
Declaration
public virtual void ExitCount(HyperTalkParser.CountContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.CountContext | context | The parse tree. |
ExitDuration(HyperTalkParser.DurationContext)
Exit a parse tree produced by duration().
The default implementation does nothing.
Declaration
public virtual void ExitDuration(HyperTalkParser.DurationContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.DurationContext | context | The parse tree. |
ExitEffect(HyperTalkParser.EffectContext)
Exit a parse tree produced by effect().
The default implementation does nothing.
Declaration
public virtual void ExitEffect(HyperTalkParser.EffectContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.EffectContext | context | The parse tree. |
ExitEffectExpression(HyperTalkParser.EffectExpressionContext)
Exit a parse tree produced by effectExpression().
The default implementation does nothing.
Declaration
public virtual void ExitEffectExpression(HyperTalkParser.EffectExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.EffectExpressionContext | context | The parse tree. |
ExitElseStatement(HyperTalkParser.ElseStatementContext)
Exit a parse tree produced by elseStatement().
The default implementation does nothing.
Declaration
public virtual void ExitElseStatement(HyperTalkParser.ElseStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.ElseStatementContext | context | The parse tree. |
ExitEveryRule(Antlr4.Runtime.ParserRuleContext)
Declaration
public virtual void ExitEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.ParserRuleContext | context |
Remarks
The default implementation does nothing.
ExitExpression(HyperTalkParser.ExpressionContext)
Exit a parse tree produced by expression().
The default implementation does nothing.
Declaration
public virtual void ExitExpression(HyperTalkParser.ExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.ExpressionContext | context | The parse tree. |
ExitFactor(HyperTalkParser.FactorContext)
Exit a parse tree produced by factor().
The default implementation does nothing.
Declaration
public virtual void ExitFactor(HyperTalkParser.FactorContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.FactorContext | context | The parse tree. |
ExitField(HyperTalkParser.FieldContext)
Exit a parse tree produced by field().
The default implementation does nothing.
Declaration
public virtual void ExitField(HyperTalkParser.FieldContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.FieldContext | context | The parse tree. |
ExitFieldPart(HyperTalkParser.FieldPartContext)
Exit a parse tree produced by fieldPart().
The default implementation does nothing.
Declaration
public virtual void ExitFieldPart(HyperTalkParser.FieldPartContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.FieldPartContext | context | The parse tree. |
ExitFindType(HyperTalkParser.FindTypeContext)
Exit a parse tree produced by findType().
The default implementation does nothing.
Declaration
public virtual void ExitFindType(HyperTalkParser.FindTypeContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.FindTypeContext | context | The parse tree. |
ExitFunction_(HyperTalkParser.Function_Context)
Exit a parse tree produced by function_().
The default implementation does nothing.
Declaration
public virtual void ExitFunction_(HyperTalkParser.Function_Context context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.Function_Context | context | The parse tree. |
ExitFunctionCall(HyperTalkParser.FunctionCallContext)
Exit a parse tree produced by functionCall().
The default implementation does nothing.
Declaration
public virtual void ExitFunctionCall(HyperTalkParser.FunctionCallContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.FunctionCallContext | context | The parse tree. |
ExitGlobalProperty(HyperTalkParser.GlobalPropertyContext)
Exit a parse tree produced by globalProperty().
The default implementation does nothing.
Declaration
public virtual void ExitGlobalProperty(HyperTalkParser.GlobalPropertyContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.GlobalPropertyContext | context | The parse tree. |
ExitGlobalStmnt(HyperTalkParser.GlobalStmntContext)
Exit a parse tree produced by globalStmnt().
The default implementation does nothing.
Declaration
public virtual void ExitGlobalStmnt(HyperTalkParser.GlobalStmntContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.GlobalStmntContext | context | The parse tree. |
ExitHandler(HyperTalkParser.HandlerContext)
Exit a parse tree produced by handler().
The default implementation does nothing.
Declaration
public virtual void ExitHandler(HyperTalkParser.HandlerContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.HandlerContext | context | The parse tree. |
ExitHandlerName(HyperTalkParser.HandlerNameContext)
Exit a parse tree produced by handlerName().
The default implementation does nothing.
Declaration
public virtual void ExitHandlerName(HyperTalkParser.HandlerNameContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.HandlerNameContext | context | The parse tree. |
ExitIfStatement(HyperTalkParser.IfStatementContext)
Exit a parse tree produced by ifStatement().
The default implementation does nothing.
Declaration
public virtual void ExitIfStatement(HyperTalkParser.IfStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.IfStatementContext | context | The parse tree. |
ExitImage(HyperTalkParser.ImageContext)
Exit a parse tree produced by image().
The default implementation does nothing.
Declaration
public virtual void ExitImage(HyperTalkParser.ImageContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.ImageContext | context | The parse tree. |
ExitItem(HyperTalkParser.ItemContext)
Exit a parse tree produced by item().
The default implementation does nothing.
Declaration
public virtual void ExitItem(HyperTalkParser.ItemContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.ItemContext | context | The parse tree. |
ExitKnownType(HyperTalkParser.KnownTypeContext)
Exit a parse tree produced by knownType().
The default implementation does nothing.
Declaration
public virtual void ExitKnownType(HyperTalkParser.KnownTypeContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.KnownTypeContext | context | The parse tree. |
ExitLength(HyperTalkParser.LengthContext)
Exit a parse tree produced by length().
The default implementation does nothing.
Declaration
public virtual void ExitLength(HyperTalkParser.LengthContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.LengthContext | context | The parse tree. |
ExitLine(HyperTalkParser.LineContext)
Exit a parse tree produced by line().
The default implementation does nothing.
Declaration
public virtual void ExitLine(HyperTalkParser.LineContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.LineContext | context | The parse tree. |
ExitListExpression(HyperTalkParser.ListExpressionContext)
Exit a parse tree produced by listExpression().
The default implementation does nothing.
Declaration
public virtual void ExitListExpression(HyperTalkParser.ListExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.ListExpressionContext | context | The parse tree. |
ExitLiteral(HyperTalkParser.LiteralContext)
Exit a parse tree produced by literal().
The default implementation does nothing.
Declaration
public virtual void ExitLiteral(HyperTalkParser.LiteralContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.LiteralContext | context | The parse tree. |
ExitMenu(HyperTalkParser.MenuContext)
Exit a parse tree produced by menu().
The default implementation does nothing.
Declaration
public virtual void ExitMenu(HyperTalkParser.MenuContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.MenuContext | context | The parse tree. |
ExitMenuItem(HyperTalkParser.MenuItemContext)
Exit a parse tree produced by menuItem().
The default implementation does nothing.
Declaration
public virtual void ExitMenuItem(HyperTalkParser.MenuItemContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.MenuItemContext | context | The parse tree. |
ExitMessage(HyperTalkParser.MessageContext)
Exit a parse tree produced by message().
The default implementation does nothing.
Declaration
public virtual void ExitMessage(HyperTalkParser.MessageContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.MessageContext | context | The parse tree. |
ExitMessageStatement(HyperTalkParser.MessageStatementContext)
Exit a parse tree produced by messageStatement().
The default implementation does nothing.
Declaration
public virtual void ExitMessageStatement(HyperTalkParser.MessageStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.MessageStatementContext | context | The parse tree. |
ExitModifierKey(HyperTalkParser.ModifierKeyContext)
Exit a parse tree produced by modifierKey().
The default implementation does nothing.
Declaration
public virtual void ExitModifierKey(HyperTalkParser.ModifierKeyContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.ModifierKeyContext | context | The parse tree. |
ExitMouseState(HyperTalkParser.MouseStateContext)
Exit a parse tree produced by mouseState().
The default implementation does nothing.
Declaration
public virtual void ExitMouseState(HyperTalkParser.MouseStateContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.MouseStateContext | context | The parse tree. |
ExitMultiArgFunc(HyperTalkParser.MultiArgFuncContext)
Exit a parse tree produced by multiArgFunc().
The default implementation does nothing.
Declaration
public virtual void ExitMultiArgFunc(HyperTalkParser.MultiArgFuncContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.MultiArgFuncContext | context | The parse tree. |
ExitMultilineScriptlet(HyperTalkParser.MultilineScriptletContext)
Exit a parse tree produced by multilineScriptlet().
The default implementation does nothing.
Declaration
public virtual void ExitMultilineScriptlet(HyperTalkParser.MultilineScriptletContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.MultilineScriptletContext | context | The parse tree. |
ExitMusicExpression(HyperTalkParser.MusicExpressionContext)
Exit a parse tree produced by musicExpression().
The default implementation does nothing.
Declaration
public virtual void ExitMusicExpression(HyperTalkParser.MusicExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.MusicExpressionContext | context | The parse tree. |
ExitOf(HyperTalkParser.OfContext)
Exit a parse tree produced by of().
The default implementation does nothing.
Declaration
public virtual void ExitOf(HyperTalkParser.OfContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.OfContext | context | The parse tree. |
ExitOrdinal(HyperTalkParser.OrdinalContext)
Exit a parse tree produced by ordinal().
The default implementation does nothing.
Declaration
public virtual void ExitOrdinal(HyperTalkParser.OrdinalContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.OrdinalContext | context | The parse tree. |
ExitOrdinalValue(HyperTalkParser.OrdinalValueContext)
Exit a parse tree produced by ordinalValue().
The default implementation does nothing.
Declaration
public virtual void ExitOrdinalValue(HyperTalkParser.OrdinalValueContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.OrdinalValueContext | context | The parse tree. |
ExitParameterList(HyperTalkParser.ParameterListContext)
Exit a parse tree produced by parameterList().
The default implementation does nothing.
Declaration
public virtual void ExitParameterList(HyperTalkParser.ParameterListContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.ParameterListContext | context | The parse tree. |
ExitPart(HyperTalkParser.PartContext)
Exit a parse tree produced by part().
The default implementation does nothing.
Declaration
public virtual void ExitPart(HyperTalkParser.PartContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.PartContext | context | The parse tree. |
ExitPartProperty(HyperTalkParser.PartPropertyContext)
Exit a parse tree produced by partProperty().
The default implementation does nothing.
Declaration
public virtual void ExitPartProperty(HyperTalkParser.PartPropertyContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.PartPropertyContext | context | The parse tree. |
ExitPicture(HyperTalkParser.PictureContext)
Exit a parse tree produced by picture().
The default implementation does nothing.
Declaration
public virtual void ExitPicture(HyperTalkParser.PictureContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.PictureContext | context | The parse tree. |
ExitPosition(HyperTalkParser.PositionContext)
Exit a parse tree produced by position().
The default implementation does nothing.
Declaration
public virtual void ExitPosition(HyperTalkParser.PositionContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.PositionContext | context | The parse tree. |
ExitPreposition(HyperTalkParser.PrepositionContext)
Exit a parse tree produced by preposition().
The default implementation does nothing.
Declaration
public virtual void ExitPreposition(HyperTalkParser.PrepositionContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.PrepositionContext | context | The parse tree. |
ExitProperty(HyperTalkParser.PropertyContext)
Exit a parse tree produced by property().
The default implementation does nothing.
Declaration
public virtual void ExitProperty(HyperTalkParser.PropertyContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.PropertyContext | context | The parse tree. |
ExitPropertyName(HyperTalkParser.PropertyNameContext)
Exit a parse tree produced by propertyName().
The default implementation does nothing.
Declaration
public virtual void ExitPropertyName(HyperTalkParser.PropertyNameContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.PropertyNameContext | context | The parse tree. |
ExitPropertyValue(HyperTalkParser.PropertyValueContext)
Exit a parse tree produced by propertyValue().
The default implementation does nothing.
Declaration
public virtual void ExitPropertyValue(HyperTalkParser.PropertyValueContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.PropertyValueContext | context | The parse tree. |
ExitRange(HyperTalkParser.RangeContext)
Exit a parse tree produced by range().
The default implementation does nothing.
Declaration
public virtual void ExitRange(HyperTalkParser.RangeContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.RangeContext | context | The parse tree. |
ExitRemoteNavOption(HyperTalkParser.RemoteNavOptionContext)
Exit a parse tree produced by remoteNavOption().
The default implementation does nothing.
Declaration
public virtual void ExitRemoteNavOption(HyperTalkParser.RemoteNavOptionContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.RemoteNavOptionContext | context | The parse tree. |
ExitRepeatRange(HyperTalkParser.RepeatRangeContext)
Exit a parse tree produced by repeatRange().
The default implementation does nothing.
Declaration
public virtual void ExitRepeatRange(HyperTalkParser.RepeatRangeContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.RepeatRangeContext | context | The parse tree. |
ExitRepeatStatement(HyperTalkParser.RepeatStatementContext)
Exit a parse tree produced by repeatStatement().
The default implementation does nothing.
Declaration
public virtual void ExitRepeatStatement(HyperTalkParser.RepeatStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.RepeatStatementContext | context | The parse tree. |
ExitReturnStmnt(HyperTalkParser.ReturnStmntContext)
Exit a parse tree produced by returnStmnt().
The default implementation does nothing.
Declaration
public virtual void ExitReturnStmnt(HyperTalkParser.ReturnStmntContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.ReturnStmntContext | context | The parse tree. |
ExitScript(HyperTalkParser.ScriptContext)
Exit a parse tree produced by script().
The default implementation does nothing.
Declaration
public virtual void ExitScript(HyperTalkParser.ScriptContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.ScriptContext | context | The parse tree. |
ExitScriptlet(HyperTalkParser.ScriptletContext)
Exit a parse tree produced by scriptlet().
The default implementation does nothing.
Declaration
public virtual void ExitScriptlet(HyperTalkParser.ScriptletContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.ScriptletContext | context | The parse tree. |
ExitSeconds(HyperTalkParser.SecondsContext)
Exit a parse tree produced by seconds().
The default implementation does nothing.
Declaration
public virtual void ExitSeconds(HyperTalkParser.SecondsContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.SecondsContext | context | The parse tree. |
ExitSingleArgFunc(HyperTalkParser.SingleArgFuncContext)
Exit a parse tree produced by singleArgFunc().
The default implementation does nothing.
Declaration
public virtual void ExitSingleArgFunc(HyperTalkParser.SingleArgFuncContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.SingleArgFuncContext | context | The parse tree. |
ExitSortChunkType(HyperTalkParser.SortChunkTypeContext)
Exit a parse tree produced by sortChunkType().
The default implementation does nothing.
Declaration
public virtual void ExitSortChunkType(HyperTalkParser.SortChunkTypeContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.SortChunkTypeContext | context | The parse tree. |
ExitSortDirection(HyperTalkParser.SortDirectionContext)
Exit a parse tree produced by sortDirection().
The default implementation does nothing.
Declaration
public virtual void ExitSortDirection(HyperTalkParser.SortDirectionContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.SortDirectionContext | context | The parse tree. |
ExitSortStyle(HyperTalkParser.SortStyleContext)
Exit a parse tree produced by sortStyle().
The default implementation does nothing.
Declaration
public virtual void ExitSortStyle(HyperTalkParser.SortStyleContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.SortStyleContext | context | The parse tree. |
ExitSpeed(HyperTalkParser.SpeedContext)
Exit a parse tree produced by speed().
The default implementation does nothing.
Declaration
public virtual void ExitSpeed(HyperTalkParser.SpeedContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.SpeedContext | context | The parse tree. |
ExitStack(HyperTalkParser.StackContext)
Exit a parse tree produced by stack().
The default implementation does nothing.
Declaration
public virtual void ExitStack(HyperTalkParser.StackContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.StackContext | context | The parse tree. |
ExitStackPart(HyperTalkParser.StackPartContext)
Exit a parse tree produced by stackPart().
The default implementation does nothing.
Declaration
public virtual void ExitStackPart(HyperTalkParser.StackPartContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.StackPartContext | context | The parse tree. |
ExitStatement(HyperTalkParser.StatementContext)
Exit a parse tree produced by statement().
The default implementation does nothing.
Declaration
public virtual void ExitStatement(HyperTalkParser.StatementContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.StatementContext | context | The parse tree. |
ExitStatementList(HyperTalkParser.StatementListContext)
Exit a parse tree produced by statementList().
The default implementation does nothing.
Declaration
public virtual void ExitStatementList(HyperTalkParser.StatementListContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.StatementListContext | context | The parse tree. |
ExitThenStatement(HyperTalkParser.ThenStatementContext)
Exit a parse tree produced by thenStatement().
The default implementation does nothing.
Declaration
public virtual void ExitThenStatement(HyperTalkParser.ThenStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.ThenStatementContext | context | The parse tree. |
ExitTimeUnit(HyperTalkParser.TimeUnitContext)
Exit a parse tree produced by timeUnit().
The default implementation does nothing.
Declaration
public virtual void ExitTimeUnit(HyperTalkParser.TimeUnitContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.TimeUnitContext | context | The parse tree. |
ExitToolExpression(HyperTalkParser.ToolExpressionContext)
Exit a parse tree produced by toolExpression().
The default implementation does nothing.
Declaration
public virtual void ExitToolExpression(HyperTalkParser.ToolExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.ToolExpressionContext | context | The parse tree. |
ExitWindowPart(HyperTalkParser.WindowPartContext)
Exit a parse tree produced by windowPart().
The default implementation does nothing.
Declaration
public virtual void ExitWindowPart(HyperTalkParser.WindowPartContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.WindowPartContext | context | The parse tree. |
ExitWord(HyperTalkParser.WordContext)
Exit a parse tree produced by word().
The default implementation does nothing.
Declaration
public virtual void ExitWord(HyperTalkParser.WordContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.WordContext | context | The parse tree. |
ExitZeroArgFunc(HyperTalkParser.ZeroArgFuncContext)
Exit a parse tree produced by zeroArgFunc().
The default implementation does nothing.
Declaration
public virtual void ExitZeroArgFunc(HyperTalkParser.ZeroArgFuncContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.ZeroArgFuncContext | context | The parse tree. |
VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode)
Declaration
public virtual void VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode node)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.Tree.IErrorNode | node |
Remarks
The default implementation does nothing.
VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode)
Declaration
public virtual void VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode node)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.Tree.ITerminalNode | node |
Remarks
The default implementation does nothing.