Show / Hide Table of Contents

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 Source

EnterBackground(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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX