Interface IHyperTalkListener
This interface defines a complete listener for a parse tree produced by HyperTalkParser.
Namespace: GCore.Antlr.Grammers.Hypertalk
Assembly: Hypertalk.dll
Syntax
public interface IHyperTalkListener : Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterBackground(HyperTalkParser.BackgroundContext)
Enter a parse tree produced by background().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
void EnterElseStatement(HyperTalkParser.ElseStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.ElseStatementContext | context | The parse tree. |
EnterExpression(HyperTalkParser.ExpressionContext)
Enter a parse tree produced by expression().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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_().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
void ExitElseStatement(HyperTalkParser.ElseStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.ElseStatementContext | context | The parse tree. |
ExitExpression(HyperTalkParser.ExpressionContext)
Exit a parse tree produced by expression().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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_().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
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().
Declaration
void ExitZeroArgFunc(HyperTalkParser.ZeroArgFuncContext context)
Parameters
Type | Name | Description |
---|---|---|
HyperTalkParser.ZeroArgFuncContext | context | The parse tree. |