Show / Hide Table of Contents

Class HyperTalkBaseListener

This class provides an empty implementation of IHyperTalkListener, which can be extended to create a listener which only needs to handle a subset of the available methods.

Inheritance
System.Object
HyperTalkBaseListener
Implements
IHyperTalkListener
Antlr4.Runtime.Tree.IParseTreeListener
Namespace: GCore.Antlr.Grammers.Hypertalk
Assembly: Hypertalk.dll
Syntax
public class HyperTalkBaseListener : object, IHyperTalkListener, Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterBackground(HyperTalkParser.BackgroundContext)

Enter a parse tree produced by background().

The default implementation does nothing.

Declaration
public virtual void EnterBackground(HyperTalkParser.BackgroundContext context)
Parameters
Type Name Description
HyperTalkParser.BackgroundContext context

The parse tree.

| Improve this Doc View Source

EnterBkgndPart(HyperTalkParser.BkgndPartContext)

Enter a parse tree produced by bkgndPart().

The default implementation does nothing.

Declaration
public virtual void EnterBkgndPart(HyperTalkParser.BkgndPartContext context)
Parameters
Type Name Description
HyperTalkParser.BkgndPartContext context

The parse tree.

| Improve this Doc View Source

EnterBuiltInFunc(HyperTalkParser.BuiltInFuncContext)

Enter a parse tree produced by builtInFunc().

The default implementation does nothing.

Declaration
public virtual void EnterBuiltInFunc(HyperTalkParser.BuiltInFuncContext context)
Parameters
Type Name Description
HyperTalkParser.BuiltInFuncContext context

The parse tree.

| Improve this Doc View Source

EnterButton(HyperTalkParser.ButtonContext)

Enter a parse tree produced by button().

The default implementation does nothing.

Declaration
public virtual void EnterButton(HyperTalkParser.ButtonContext context)
Parameters
Type Name Description
HyperTalkParser.ButtonContext context

The parse tree.

| Improve this Doc View Source

EnterButtonPart(HyperTalkParser.ButtonPartContext)

Enter a parse tree produced by buttonPart().

The default implementation does nothing.

Declaration
public virtual void EnterButtonPart(HyperTalkParser.ButtonPartContext context)
Parameters
Type Name Description
HyperTalkParser.ButtonPartContext context

The parse tree.

| Improve this Doc View Source

EnterCard(HyperTalkParser.CardContext)

Enter a parse tree produced by card().

The default implementation does nothing.

Declaration
public virtual void EnterCard(HyperTalkParser.CardContext context)
Parameters
Type Name Description
HyperTalkParser.CardContext context

The parse tree.

| Improve this Doc View Source

EnterCardinalValue(HyperTalkParser.CardinalValueContext)

Enter a parse tree produced by cardinalValue().

The default implementation does nothing.

Declaration
public virtual void EnterCardinalValue(HyperTalkParser.CardinalValueContext context)
Parameters
Type Name Description
HyperTalkParser.CardinalValueContext context

The parse tree.

| Improve this Doc View Source

EnterCardPart(HyperTalkParser.CardPartContext)

Enter a parse tree produced by cardPart().

The default implementation does nothing.

Declaration
public virtual void EnterCardPart(HyperTalkParser.CardPartContext context)
Parameters
Type Name Description
HyperTalkParser.CardPartContext context

The parse tree.

| Improve this Doc View Source

EnterCards(HyperTalkParser.CardsContext)

Enter a parse tree produced by cards().

The default implementation does nothing.

Declaration
public virtual void EnterCards(HyperTalkParser.CardsContext context)
Parameters
Type Name Description
HyperTalkParser.CardsContext context

The parse tree.

| Improve this Doc View Source

EnterCharacter(HyperTalkParser.CharacterContext)

Enter a parse tree produced by character().

The default implementation does nothing.

Declaration
public virtual void EnterCharacter(HyperTalkParser.CharacterContext context)
Parameters
Type Name Description
HyperTalkParser.CharacterContext context

The parse tree.

| Improve this Doc View Source

EnterChunk(HyperTalkParser.ChunkContext)

Enter a parse tree produced by chunk().

The default implementation does nothing.

Declaration
public virtual void EnterChunk(HyperTalkParser.ChunkContext context)
Parameters
Type Name Description
HyperTalkParser.ChunkContext context

The parse tree.

| Improve this Doc View Source

EnterCommandName(HyperTalkParser.CommandNameContext)

Enter a parse tree produced by commandName().

The default implementation does nothing.

Declaration
public virtual void EnterCommandName(HyperTalkParser.CommandNameContext context)
Parameters
Type Name Description
HyperTalkParser.CommandNameContext context

The parse tree.

| Improve this Doc View Source

EnterCommandStmnt(HyperTalkParser.CommandStmntContext)

Enter a parse tree produced by commandStmnt().

The default implementation does nothing.

Declaration
public virtual void EnterCommandStmnt(HyperTalkParser.CommandStmntContext context)
Parameters
Type Name Description
HyperTalkParser.CommandStmntContext context

The parse tree.

| Improve this Doc View Source

EnterConstant(HyperTalkParser.ConstantContext)

Enter a parse tree produced by constant().

The default implementation does nothing.

Declaration
public virtual void EnterConstant(HyperTalkParser.ConstantContext context)
Parameters
Type Name Description
HyperTalkParser.ConstantContext context

The parse tree.

| Improve this Doc View Source

EnterContainer(HyperTalkParser.ContainerContext)

Enter a parse tree produced by container().

The default implementation does nothing.

Declaration
public virtual void EnterContainer(HyperTalkParser.ContainerContext context)
Parameters
Type Name Description
HyperTalkParser.ContainerContext context

The parse tree.

| Improve this Doc View Source

EnterConversionFormat(HyperTalkParser.ConversionFormatContext)

Enter a parse tree produced by conversionFormat().

The default implementation does nothing.

Declaration
public virtual void EnterConversionFormat(HyperTalkParser.ConversionFormatContext context)
Parameters
Type Name Description
HyperTalkParser.ConversionFormatContext context

The parse tree.

| Improve this Doc View Source

EnterConvertible(HyperTalkParser.ConvertibleContext)

Enter a parse tree produced by convertible().

The default implementation does nothing.

Declaration
public virtual void EnterConvertible(HyperTalkParser.ConvertibleContext context)
Parameters
Type Name Description
HyperTalkParser.ConvertibleContext context

The parse tree.

| Improve this Doc View Source

EnterCount(HyperTalkParser.CountContext)

Enter a parse tree produced by count().

The default implementation does nothing.

Declaration
public virtual void EnterCount(HyperTalkParser.CountContext context)
Parameters
Type Name Description
HyperTalkParser.CountContext context

The parse tree.

| Improve this Doc View Source

EnterDuration(HyperTalkParser.DurationContext)

Enter a parse tree produced by duration().

The default implementation does nothing.

Declaration
public virtual void EnterDuration(HyperTalkParser.DurationContext context)
Parameters
Type Name Description
HyperTalkParser.DurationContext context

The parse tree.

| Improve this Doc View Source

EnterEffect(HyperTalkParser.EffectContext)

Enter a parse tree produced by effect().

The default implementation does nothing.

Declaration
public virtual void EnterEffect(HyperTalkParser.EffectContext context)
Parameters
Type Name Description
HyperTalkParser.EffectContext context

The parse tree.

| Improve this Doc View Source

EnterEffectExpression(HyperTalkParser.EffectExpressionContext)

Enter a parse tree produced by effectExpression().

The default implementation does nothing.

Declaration
public virtual void EnterEffectExpression(HyperTalkParser.EffectExpressionContext context)
Parameters
Type Name Description
HyperTalkParser.EffectExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterElseStatement(HyperTalkParser.ElseStatementContext)

Enter a parse tree produced by elseStatement().

The default implementation does nothing.

Declaration
public virtual void EnterElseStatement(HyperTalkParser.ElseStatementContext context)
Parameters
Type Name Description
HyperTalkParser.ElseStatementContext context

The parse tree.

| Improve this Doc View Source

EnterEveryRule(Antlr4.Runtime.ParserRuleContext)

Declaration
public virtual void EnterEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type Name Description
Antlr4.Runtime.ParserRuleContext context
Remarks

The default implementation does nothing.

| Improve this Doc View Source

EnterExpression(HyperTalkParser.ExpressionContext)

Enter a parse tree produced by expression().

The default implementation does nothing.

Declaration
public virtual void EnterExpression(HyperTalkParser.ExpressionContext context)
Parameters
Type Name Description
HyperTalkParser.ExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterFactor(HyperTalkParser.FactorContext)

Enter a parse tree produced by factor().

The default implementation does nothing.

Declaration
public virtual void EnterFactor(HyperTalkParser.FactorContext context)
Parameters
Type Name Description
HyperTalkParser.FactorContext context

The parse tree.

| Improve this Doc View Source

EnterField(HyperTalkParser.FieldContext)

Enter a parse tree produced by field().

The default implementation does nothing.

Declaration
public virtual void EnterField(HyperTalkParser.FieldContext context)
Parameters
Type Name Description
HyperTalkParser.FieldContext context

The parse tree.

| Improve this Doc View Source

EnterFieldPart(HyperTalkParser.FieldPartContext)

Enter a parse tree produced by fieldPart().

The default implementation does nothing.

Declaration
public virtual void EnterFieldPart(HyperTalkParser.FieldPartContext context)
Parameters
Type Name Description
HyperTalkParser.FieldPartContext context

The parse tree.

| Improve this Doc View Source

EnterFindType(HyperTalkParser.FindTypeContext)

Enter a parse tree produced by findType().

The default implementation does nothing.

Declaration
public virtual void EnterFindType(HyperTalkParser.FindTypeContext context)
Parameters
Type Name Description
HyperTalkParser.FindTypeContext context

The parse tree.

| Improve this Doc View Source

EnterFunction_(HyperTalkParser.Function_Context)

Enter a parse tree produced by function_().

The default implementation does nothing.

Declaration
public virtual void EnterFunction_(HyperTalkParser.Function_Context context)
Parameters
Type Name Description
HyperTalkParser.Function_Context context

The parse tree.

| Improve this Doc View Source

EnterFunctionCall(HyperTalkParser.FunctionCallContext)

Enter a parse tree produced by functionCall().

The default implementation does nothing.

Declaration
public virtual void EnterFunctionCall(HyperTalkParser.FunctionCallContext context)
Parameters
Type Name Description
HyperTalkParser.FunctionCallContext context

The parse tree.

| Improve this Doc View Source

EnterGlobalProperty(HyperTalkParser.GlobalPropertyContext)

Enter a parse tree produced by globalProperty().

The default implementation does nothing.

Declaration
public virtual void EnterGlobalProperty(HyperTalkParser.GlobalPropertyContext context)
Parameters
Type Name Description
HyperTalkParser.GlobalPropertyContext context

The parse tree.

| Improve this Doc View Source

EnterGlobalStmnt(HyperTalkParser.GlobalStmntContext)

Enter a parse tree produced by globalStmnt().

The default implementation does nothing.

Declaration
public virtual void EnterGlobalStmnt(HyperTalkParser.GlobalStmntContext context)
Parameters
Type Name Description
HyperTalkParser.GlobalStmntContext context

The parse tree.

| Improve this Doc View Source

EnterHandler(HyperTalkParser.HandlerContext)

Enter a parse tree produced by handler().

The default implementation does nothing.

Declaration
public virtual void EnterHandler(HyperTalkParser.HandlerContext context)
Parameters
Type Name Description
HyperTalkParser.HandlerContext context

The parse tree.

| Improve this Doc View Source

EnterHandlerName(HyperTalkParser.HandlerNameContext)

Enter a parse tree produced by handlerName().

The default implementation does nothing.

Declaration
public virtual void EnterHandlerName(HyperTalkParser.HandlerNameContext context)
Parameters
Type Name Description
HyperTalkParser.HandlerNameContext context

The parse tree.

| Improve this Doc View Source

EnterIfStatement(HyperTalkParser.IfStatementContext)

Enter a parse tree produced by ifStatement().

The default implementation does nothing.

Declaration
public virtual void EnterIfStatement(HyperTalkParser.IfStatementContext context)
Parameters
Type Name Description
HyperTalkParser.IfStatementContext context

The parse tree.

| Improve this Doc View Source

EnterImage(HyperTalkParser.ImageContext)

Enter a parse tree produced by image().

The default implementation does nothing.

Declaration
public virtual void EnterImage(HyperTalkParser.ImageContext context)
Parameters
Type Name Description
HyperTalkParser.ImageContext context

The parse tree.

| Improve this Doc View Source

EnterItem(HyperTalkParser.ItemContext)

Enter a parse tree produced by item().

The default implementation does nothing.

Declaration
public virtual void EnterItem(HyperTalkParser.ItemContext context)
Parameters
Type Name Description
HyperTalkParser.ItemContext context

The parse tree.

| Improve this Doc View Source

EnterKnownType(HyperTalkParser.KnownTypeContext)

Enter a parse tree produced by knownType().

The default implementation does nothing.

Declaration
public virtual void EnterKnownType(HyperTalkParser.KnownTypeContext context)
Parameters
Type Name Description
HyperTalkParser.KnownTypeContext context

The parse tree.

| Improve this Doc View Source

EnterLength(HyperTalkParser.LengthContext)

Enter a parse tree produced by length().

The default implementation does nothing.

Declaration
public virtual void EnterLength(HyperTalkParser.LengthContext context)
Parameters
Type Name Description
HyperTalkParser.LengthContext context

The parse tree.

| Improve this Doc View Source

EnterLine(HyperTalkParser.LineContext)

Enter a parse tree produced by line().

The default implementation does nothing.

Declaration
public virtual void EnterLine(HyperTalkParser.LineContext context)
Parameters
Type Name Description
HyperTalkParser.LineContext context

The parse tree.

| Improve this Doc View Source

EnterListExpression(HyperTalkParser.ListExpressionContext)

Enter a parse tree produced by listExpression().

The default implementation does nothing.

Declaration
public virtual void EnterListExpression(HyperTalkParser.ListExpressionContext context)
Parameters
Type Name Description
HyperTalkParser.ListExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterLiteral(HyperTalkParser.LiteralContext)

Enter a parse tree produced by literal().

The default implementation does nothing.

Declaration
public virtual void EnterLiteral(HyperTalkParser.LiteralContext context)
Parameters
Type Name Description
HyperTalkParser.LiteralContext context

The parse tree.

| Improve this Doc View Source

EnterMenu(HyperTalkParser.MenuContext)

Enter a parse tree produced by menu().

The default implementation does nothing.

Declaration
public virtual void EnterMenu(HyperTalkParser.MenuContext context)
Parameters
Type Name Description
HyperTalkParser.MenuContext context

The parse tree.

| Improve this Doc View Source

EnterMenuItem(HyperTalkParser.MenuItemContext)

Enter a parse tree produced by menuItem().

The default implementation does nothing.

Declaration
public virtual void EnterMenuItem(HyperTalkParser.MenuItemContext context)
Parameters
Type Name Description
HyperTalkParser.MenuItemContext context

The parse tree.

| Improve this Doc View Source

EnterMessage(HyperTalkParser.MessageContext)

Enter a parse tree produced by message().

The default implementation does nothing.

Declaration
public virtual void EnterMessage(HyperTalkParser.MessageContext context)
Parameters
Type Name Description
HyperTalkParser.MessageContext context

The parse tree.

| Improve this Doc View Source

EnterMessageStatement(HyperTalkParser.MessageStatementContext)

Enter a parse tree produced by messageStatement().

The default implementation does nothing.

Declaration
public virtual void EnterMessageStatement(HyperTalkParser.MessageStatementContext context)
Parameters
Type Name Description
HyperTalkParser.MessageStatementContext context

The parse tree.

| Improve this Doc View Source

EnterModifierKey(HyperTalkParser.ModifierKeyContext)

Enter a parse tree produced by modifierKey().

The default implementation does nothing.

Declaration
public virtual void EnterModifierKey(HyperTalkParser.ModifierKeyContext context)
Parameters
Type Name Description
HyperTalkParser.ModifierKeyContext context

The parse tree.

| Improve this Doc View Source

EnterMouseState(HyperTalkParser.MouseStateContext)

Enter a parse tree produced by mouseState().

The default implementation does nothing.

Declaration
public virtual void EnterMouseState(HyperTalkParser.MouseStateContext context)
Parameters
Type Name Description
HyperTalkParser.MouseStateContext context

The parse tree.

| Improve this Doc View Source

EnterMultiArgFunc(HyperTalkParser.MultiArgFuncContext)

Enter a parse tree produced by multiArgFunc().

The default implementation does nothing.

Declaration
public virtual void EnterMultiArgFunc(HyperTalkParser.MultiArgFuncContext context)
Parameters
Type Name Description
HyperTalkParser.MultiArgFuncContext context

The parse tree.

| Improve this Doc View Source

EnterMultilineScriptlet(HyperTalkParser.MultilineScriptletContext)

Enter a parse tree produced by multilineScriptlet().

The default implementation does nothing.

Declaration
public virtual void EnterMultilineScriptlet(HyperTalkParser.MultilineScriptletContext context)
Parameters
Type Name Description
HyperTalkParser.MultilineScriptletContext context

The parse tree.

| Improve this Doc View Source

EnterMusicExpression(HyperTalkParser.MusicExpressionContext)

Enter a parse tree produced by musicExpression().

The default implementation does nothing.

Declaration
public virtual void EnterMusicExpression(HyperTalkParser.MusicExpressionContext context)
Parameters
Type Name Description
HyperTalkParser.MusicExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterOf(HyperTalkParser.OfContext)

Enter a parse tree produced by of().

The default implementation does nothing.

Declaration
public virtual void EnterOf(HyperTalkParser.OfContext context)
Parameters
Type Name Description
HyperTalkParser.OfContext context

The parse tree.

| Improve this Doc View Source

EnterOrdinal(HyperTalkParser.OrdinalContext)

Enter a parse tree produced by ordinal().

The default implementation does nothing.

Declaration
public virtual void EnterOrdinal(HyperTalkParser.OrdinalContext context)
Parameters
Type Name Description
HyperTalkParser.OrdinalContext context

The parse tree.

| Improve this Doc View Source

EnterOrdinalValue(HyperTalkParser.OrdinalValueContext)

Enter a parse tree produced by ordinalValue().

The default implementation does nothing.

Declaration
public virtual void EnterOrdinalValue(HyperTalkParser.OrdinalValueContext context)
Parameters
Type Name Description
HyperTalkParser.OrdinalValueContext context

The parse tree.

| Improve this Doc View Source

EnterParameterList(HyperTalkParser.ParameterListContext)

Enter a parse tree produced by parameterList().

The default implementation does nothing.

Declaration
public virtual void EnterParameterList(HyperTalkParser.ParameterListContext context)
Parameters
Type Name Description
HyperTalkParser.ParameterListContext context

The parse tree.

| Improve this Doc View Source

EnterPart(HyperTalkParser.PartContext)

Enter a parse tree produced by part().

The default implementation does nothing.

Declaration
public virtual void EnterPart(HyperTalkParser.PartContext context)
Parameters
Type Name Description
HyperTalkParser.PartContext context

The parse tree.

| Improve this Doc View Source

EnterPartProperty(HyperTalkParser.PartPropertyContext)

Enter a parse tree produced by partProperty().

The default implementation does nothing.

Declaration
public virtual void EnterPartProperty(HyperTalkParser.PartPropertyContext context)
Parameters
Type Name Description
HyperTalkParser.PartPropertyContext context

The parse tree.

| Improve this Doc View Source

EnterPicture(HyperTalkParser.PictureContext)

Enter a parse tree produced by picture().

The default implementation does nothing.

Declaration
public virtual void EnterPicture(HyperTalkParser.PictureContext context)
Parameters
Type Name Description
HyperTalkParser.PictureContext context

The parse tree.

| Improve this Doc View Source

EnterPosition(HyperTalkParser.PositionContext)

Enter a parse tree produced by position().

The default implementation does nothing.

Declaration
public virtual void EnterPosition(HyperTalkParser.PositionContext context)
Parameters
Type Name Description
HyperTalkParser.PositionContext context

The parse tree.

| Improve this Doc View Source

EnterPreposition(HyperTalkParser.PrepositionContext)

Enter a parse tree produced by preposition().

The default implementation does nothing.

Declaration
public virtual void EnterPreposition(HyperTalkParser.PrepositionContext context)
Parameters
Type Name Description
HyperTalkParser.PrepositionContext context

The parse tree.

| Improve this Doc View Source

EnterProperty(HyperTalkParser.PropertyContext)

Enter a parse tree produced by property().

The default implementation does nothing.

Declaration
public virtual void EnterProperty(HyperTalkParser.PropertyContext context)
Parameters
Type Name Description
HyperTalkParser.PropertyContext context

The parse tree.

| Improve this Doc View Source

EnterPropertyName(HyperTalkParser.PropertyNameContext)

Enter a parse tree produced by propertyName().

The default implementation does nothing.

Declaration
public virtual void EnterPropertyName(HyperTalkParser.PropertyNameContext context)
Parameters
Type Name Description
HyperTalkParser.PropertyNameContext context

The parse tree.

| Improve this Doc View Source

EnterPropertyValue(HyperTalkParser.PropertyValueContext)

Enter a parse tree produced by propertyValue().

The default implementation does nothing.

Declaration
public virtual void EnterPropertyValue(HyperTalkParser.PropertyValueContext context)
Parameters
Type Name Description
HyperTalkParser.PropertyValueContext context

The parse tree.

| Improve this Doc View Source

EnterRange(HyperTalkParser.RangeContext)

Enter a parse tree produced by range().

The default implementation does nothing.

Declaration
public virtual void EnterRange(HyperTalkParser.RangeContext context)
Parameters
Type Name Description
HyperTalkParser.RangeContext context

The parse tree.

| Improve this Doc View Source

EnterRemoteNavOption(HyperTalkParser.RemoteNavOptionContext)

Enter a parse tree produced by remoteNavOption().

The default implementation does nothing.

Declaration
public virtual void EnterRemoteNavOption(HyperTalkParser.RemoteNavOptionContext context)
Parameters
Type Name Description
HyperTalkParser.RemoteNavOptionContext context

The parse tree.

| Improve this Doc View Source

EnterRepeatRange(HyperTalkParser.RepeatRangeContext)

Enter a parse tree produced by repeatRange().

The default implementation does nothing.

Declaration
public virtual void EnterRepeatRange(HyperTalkParser.RepeatRangeContext context)
Parameters
Type Name Description
HyperTalkParser.RepeatRangeContext context

The parse tree.

| Improve this Doc View Source

EnterRepeatStatement(HyperTalkParser.RepeatStatementContext)

Enter a parse tree produced by repeatStatement().

The default implementation does nothing.

Declaration
public virtual void EnterRepeatStatement(HyperTalkParser.RepeatStatementContext context)
Parameters
Type Name Description
HyperTalkParser.RepeatStatementContext context

The parse tree.

| Improve this Doc View Source

EnterReturnStmnt(HyperTalkParser.ReturnStmntContext)

Enter a parse tree produced by returnStmnt().

The default implementation does nothing.

Declaration
public virtual void EnterReturnStmnt(HyperTalkParser.ReturnStmntContext context)
Parameters
Type Name Description
HyperTalkParser.ReturnStmntContext context

The parse tree.

| Improve this Doc View Source

EnterScript(HyperTalkParser.ScriptContext)

Enter a parse tree produced by script().

The default implementation does nothing.

Declaration
public virtual void EnterScript(HyperTalkParser.ScriptContext context)
Parameters
Type Name Description
HyperTalkParser.ScriptContext context

The parse tree.

| Improve this Doc View Source

EnterScriptlet(HyperTalkParser.ScriptletContext)

Enter a parse tree produced by scriptlet().

The default implementation does nothing.

Declaration
public virtual void EnterScriptlet(HyperTalkParser.ScriptletContext context)
Parameters
Type Name Description
HyperTalkParser.ScriptletContext context

The parse tree.

| Improve this Doc View Source

EnterSeconds(HyperTalkParser.SecondsContext)

Enter a parse tree produced by seconds().

The default implementation does nothing.

Declaration
public virtual void EnterSeconds(HyperTalkParser.SecondsContext context)
Parameters
Type Name Description
HyperTalkParser.SecondsContext context

The parse tree.

| Improve this Doc View Source

EnterSingleArgFunc(HyperTalkParser.SingleArgFuncContext)

Enter a parse tree produced by singleArgFunc().

The default implementation does nothing.

Declaration
public virtual void EnterSingleArgFunc(HyperTalkParser.SingleArgFuncContext context)
Parameters
Type Name Description
HyperTalkParser.SingleArgFuncContext context

The parse tree.

| Improve this Doc View Source

EnterSortChunkType(HyperTalkParser.SortChunkTypeContext)

Enter a parse tree produced by sortChunkType().

The default implementation does nothing.

Declaration
public virtual void EnterSortChunkType(HyperTalkParser.SortChunkTypeContext context)
Parameters
Type Name Description
HyperTalkParser.SortChunkTypeContext context

The parse tree.

| Improve this Doc View Source

EnterSortDirection(HyperTalkParser.SortDirectionContext)

Enter a parse tree produced by sortDirection().

The default implementation does nothing.

Declaration
public virtual void EnterSortDirection(HyperTalkParser.SortDirectionContext context)
Parameters
Type Name Description
HyperTalkParser.SortDirectionContext context

The parse tree.

| Improve this Doc View Source

EnterSortStyle(HyperTalkParser.SortStyleContext)

Enter a parse tree produced by sortStyle().

The default implementation does nothing.

Declaration
public virtual void EnterSortStyle(HyperTalkParser.SortStyleContext context)
Parameters
Type Name Description
HyperTalkParser.SortStyleContext context

The parse tree.

| Improve this Doc View Source

EnterSpeed(HyperTalkParser.SpeedContext)

Enter a parse tree produced by speed().

The default implementation does nothing.

Declaration
public virtual void EnterSpeed(HyperTalkParser.SpeedContext context)
Parameters
Type Name Description
HyperTalkParser.SpeedContext context

The parse tree.

| Improve this Doc View Source

EnterStack(HyperTalkParser.StackContext)

Enter a parse tree produced by stack().

The default implementation does nothing.

Declaration
public virtual void EnterStack(HyperTalkParser.StackContext context)
Parameters
Type Name Description
HyperTalkParser.StackContext context

The parse tree.

| Improve this Doc View Source

EnterStackPart(HyperTalkParser.StackPartContext)

Enter a parse tree produced by stackPart().

The default implementation does nothing.

Declaration
public virtual void EnterStackPart(HyperTalkParser.StackPartContext context)
Parameters
Type Name Description
HyperTalkParser.StackPartContext context

The parse tree.

| Improve this Doc View Source

EnterStatement(HyperTalkParser.StatementContext)

Enter a parse tree produced by statement().

The default implementation does nothing.

Declaration
public virtual void EnterStatement(HyperTalkParser.StatementContext context)
Parameters
Type Name Description
HyperTalkParser.StatementContext context

The parse tree.

| Improve this Doc View Source

EnterStatementList(HyperTalkParser.StatementListContext)

Enter a parse tree produced by statementList().

The default implementation does nothing.

Declaration
public virtual void EnterStatementList(HyperTalkParser.StatementListContext context)
Parameters
Type Name Description
HyperTalkParser.StatementListContext context

The parse tree.

| Improve this Doc View Source

EnterThenStatement(HyperTalkParser.ThenStatementContext)

Enter a parse tree produced by thenStatement().

The default implementation does nothing.

Declaration
public virtual void EnterThenStatement(HyperTalkParser.ThenStatementContext context)
Parameters
Type Name Description
HyperTalkParser.ThenStatementContext context

The parse tree.

| Improve this Doc View Source

EnterTimeUnit(HyperTalkParser.TimeUnitContext)

Enter a parse tree produced by timeUnit().

The default implementation does nothing.

Declaration
public virtual void EnterTimeUnit(HyperTalkParser.TimeUnitContext context)
Parameters
Type Name Description
HyperTalkParser.TimeUnitContext context

The parse tree.

| Improve this Doc View Source

EnterToolExpression(HyperTalkParser.ToolExpressionContext)

Enter a parse tree produced by toolExpression().

The default implementation does nothing.

Declaration
public virtual void EnterToolExpression(HyperTalkParser.ToolExpressionContext context)
Parameters
Type Name Description
HyperTalkParser.ToolExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterWindowPart(HyperTalkParser.WindowPartContext)

Enter a parse tree produced by windowPart().

The default implementation does nothing.

Declaration
public virtual void EnterWindowPart(HyperTalkParser.WindowPartContext context)
Parameters
Type Name Description
HyperTalkParser.WindowPartContext context

The parse tree.

| Improve this Doc View Source

EnterWord(HyperTalkParser.WordContext)

Enter a parse tree produced by word().

The default implementation does nothing.

Declaration
public virtual void EnterWord(HyperTalkParser.WordContext context)
Parameters
Type Name Description
HyperTalkParser.WordContext context

The parse tree.

| Improve this Doc View Source

EnterZeroArgFunc(HyperTalkParser.ZeroArgFuncContext)

Enter a parse tree produced by zeroArgFunc().

The default implementation does nothing.

Declaration
public virtual void EnterZeroArgFunc(HyperTalkParser.ZeroArgFuncContext context)
Parameters
Type Name Description
HyperTalkParser.ZeroArgFuncContext context

The parse tree.

| Improve this Doc View Source

ExitBackground(HyperTalkParser.BackgroundContext)

Exit a parse tree produced by background().

The default implementation does nothing.

Declaration
public virtual void ExitBackground(HyperTalkParser.BackgroundContext context)
Parameters
Type Name Description
HyperTalkParser.BackgroundContext context

The parse tree.

| Improve this Doc View Source

ExitBkgndPart(HyperTalkParser.BkgndPartContext)

Exit a parse tree produced by bkgndPart().

The default implementation does nothing.

Declaration
public virtual void ExitBkgndPart(HyperTalkParser.BkgndPartContext context)
Parameters
Type Name Description
HyperTalkParser.BkgndPartContext context

The parse tree.

| Improve this Doc View Source

ExitBuiltInFunc(HyperTalkParser.BuiltInFuncContext)

Exit a parse tree produced by builtInFunc().

The default implementation does nothing.

Declaration
public virtual void ExitBuiltInFunc(HyperTalkParser.BuiltInFuncContext context)
Parameters
Type Name Description
HyperTalkParser.BuiltInFuncContext context

The parse tree.

| Improve this Doc View Source

ExitButton(HyperTalkParser.ButtonContext)

Exit a parse tree produced by button().

The default implementation does nothing.

Declaration
public virtual void ExitButton(HyperTalkParser.ButtonContext context)
Parameters
Type Name Description
HyperTalkParser.ButtonContext context

The parse tree.

| Improve this Doc View Source

ExitButtonPart(HyperTalkParser.ButtonPartContext)

Exit a parse tree produced by buttonPart().

The default implementation does nothing.

Declaration
public virtual void ExitButtonPart(HyperTalkParser.ButtonPartContext context)
Parameters
Type Name Description
HyperTalkParser.ButtonPartContext context

The parse tree.

| Improve this Doc View Source

ExitCard(HyperTalkParser.CardContext)

Exit a parse tree produced by card().

The default implementation does nothing.

Declaration
public virtual void ExitCard(HyperTalkParser.CardContext context)
Parameters
Type Name Description
HyperTalkParser.CardContext context

The parse tree.

| Improve this Doc View Source

ExitCardinalValue(HyperTalkParser.CardinalValueContext)

Exit a parse tree produced by cardinalValue().

The default implementation does nothing.

Declaration
public virtual void ExitCardinalValue(HyperTalkParser.CardinalValueContext context)
Parameters
Type Name Description
HyperTalkParser.CardinalValueContext context

The parse tree.

| Improve this Doc View Source

ExitCardPart(HyperTalkParser.CardPartContext)

Exit a parse tree produced by cardPart().

The default implementation does nothing.

Declaration
public virtual void ExitCardPart(HyperTalkParser.CardPartContext context)
Parameters
Type Name Description
HyperTalkParser.CardPartContext context

The parse tree.

| Improve this Doc View Source

ExitCards(HyperTalkParser.CardsContext)

Exit a parse tree produced by cards().

The default implementation does nothing.

Declaration
public virtual void ExitCards(HyperTalkParser.CardsContext context)
Parameters
Type Name Description
HyperTalkParser.CardsContext context

The parse tree.

| Improve this Doc View Source

ExitCharacter(HyperTalkParser.CharacterContext)

Exit a parse tree produced by character().

The default implementation does nothing.

Declaration
public virtual void ExitCharacter(HyperTalkParser.CharacterContext context)
Parameters
Type Name Description
HyperTalkParser.CharacterContext context

The parse tree.

| Improve this Doc View Source

ExitChunk(HyperTalkParser.ChunkContext)

Exit a parse tree produced by chunk().

The default implementation does nothing.

Declaration
public virtual void ExitChunk(HyperTalkParser.ChunkContext context)
Parameters
Type Name Description
HyperTalkParser.ChunkContext context

The parse tree.

| Improve this Doc View Source

ExitCommandName(HyperTalkParser.CommandNameContext)

Exit a parse tree produced by commandName().

The default implementation does nothing.

Declaration
public virtual void ExitCommandName(HyperTalkParser.CommandNameContext context)
Parameters
Type Name Description
HyperTalkParser.CommandNameContext context

The parse tree.

| Improve this Doc View Source

ExitCommandStmnt(HyperTalkParser.CommandStmntContext)

Exit a parse tree produced by commandStmnt().

The default implementation does nothing.

Declaration
public virtual void ExitCommandStmnt(HyperTalkParser.CommandStmntContext context)
Parameters
Type Name Description
HyperTalkParser.CommandStmntContext context

The parse tree.

| Improve this Doc View Source

ExitConstant(HyperTalkParser.ConstantContext)

Exit a parse tree produced by constant().

The default implementation does nothing.

Declaration
public virtual void ExitConstant(HyperTalkParser.ConstantContext context)
Parameters
Type Name Description
HyperTalkParser.ConstantContext context

The parse tree.

| Improve this Doc View Source

ExitContainer(HyperTalkParser.ContainerContext)

Exit a parse tree produced by container().

The default implementation does nothing.

Declaration
public virtual void ExitContainer(HyperTalkParser.ContainerContext context)
Parameters
Type Name Description
HyperTalkParser.ContainerContext context

The parse tree.

| Improve this Doc View Source

ExitConversionFormat(HyperTalkParser.ConversionFormatContext)

Exit a parse tree produced by conversionFormat().

The default implementation does nothing.

Declaration
public virtual void ExitConversionFormat(HyperTalkParser.ConversionFormatContext context)
Parameters
Type Name Description
HyperTalkParser.ConversionFormatContext context

The parse tree.

| Improve this Doc View Source

ExitConvertible(HyperTalkParser.ConvertibleContext)

Exit a parse tree produced by convertible().

The default implementation does nothing.

Declaration
public virtual void ExitConvertible(HyperTalkParser.ConvertibleContext context)
Parameters
Type Name Description
HyperTalkParser.ConvertibleContext context

The parse tree.

| Improve this Doc View Source

ExitCount(HyperTalkParser.CountContext)

Exit a parse tree produced by count().

The default implementation does nothing.

Declaration
public virtual void ExitCount(HyperTalkParser.CountContext context)
Parameters
Type Name Description
HyperTalkParser.CountContext context

The parse tree.

| Improve this Doc View Source

ExitDuration(HyperTalkParser.DurationContext)

Exit a parse tree produced by duration().

The default implementation does nothing.

Declaration
public virtual void ExitDuration(HyperTalkParser.DurationContext context)
Parameters
Type Name Description
HyperTalkParser.DurationContext context

The parse tree.

| Improve this Doc View Source

ExitEffect(HyperTalkParser.EffectContext)

Exit a parse tree produced by effect().

The default implementation does nothing.

Declaration
public virtual void ExitEffect(HyperTalkParser.EffectContext context)
Parameters
Type Name Description
HyperTalkParser.EffectContext context

The parse tree.

| Improve this Doc View Source

ExitEffectExpression(HyperTalkParser.EffectExpressionContext)

Exit a parse tree produced by effectExpression().

The default implementation does nothing.

Declaration
public virtual void ExitEffectExpression(HyperTalkParser.EffectExpressionContext context)
Parameters
Type Name Description
HyperTalkParser.EffectExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitElseStatement(HyperTalkParser.ElseStatementContext)

Exit a parse tree produced by elseStatement().

The default implementation does nothing.

Declaration
public virtual void ExitElseStatement(HyperTalkParser.ElseStatementContext context)
Parameters
Type Name Description
HyperTalkParser.ElseStatementContext context

The parse tree.

| Improve this Doc View Source

ExitEveryRule(Antlr4.Runtime.ParserRuleContext)

Declaration
public virtual void ExitEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type Name Description
Antlr4.Runtime.ParserRuleContext context
Remarks

The default implementation does nothing.

| Improve this Doc View Source

ExitExpression(HyperTalkParser.ExpressionContext)

Exit a parse tree produced by expression().

The default implementation does nothing.

Declaration
public virtual void ExitExpression(HyperTalkParser.ExpressionContext context)
Parameters
Type Name Description
HyperTalkParser.ExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitFactor(HyperTalkParser.FactorContext)

Exit a parse tree produced by factor().

The default implementation does nothing.

Declaration
public virtual void ExitFactor(HyperTalkParser.FactorContext context)
Parameters
Type Name Description
HyperTalkParser.FactorContext context

The parse tree.

| Improve this Doc View Source

ExitField(HyperTalkParser.FieldContext)

Exit a parse tree produced by field().

The default implementation does nothing.

Declaration
public virtual void ExitField(HyperTalkParser.FieldContext context)
Parameters
Type Name Description
HyperTalkParser.FieldContext context

The parse tree.

| Improve this Doc View Source

ExitFieldPart(HyperTalkParser.FieldPartContext)

Exit a parse tree produced by fieldPart().

The default implementation does nothing.

Declaration
public virtual void ExitFieldPart(HyperTalkParser.FieldPartContext context)
Parameters
Type Name Description
HyperTalkParser.FieldPartContext context

The parse tree.

| Improve this Doc View Source

ExitFindType(HyperTalkParser.FindTypeContext)

Exit a parse tree produced by findType().

The default implementation does nothing.

Declaration
public virtual void ExitFindType(HyperTalkParser.FindTypeContext context)
Parameters
Type Name Description
HyperTalkParser.FindTypeContext context

The parse tree.

| Improve this Doc View Source

ExitFunction_(HyperTalkParser.Function_Context)

Exit a parse tree produced by function_().

The default implementation does nothing.

Declaration
public virtual void ExitFunction_(HyperTalkParser.Function_Context context)
Parameters
Type Name Description
HyperTalkParser.Function_Context context

The parse tree.

| Improve this Doc View Source

ExitFunctionCall(HyperTalkParser.FunctionCallContext)

Exit a parse tree produced by functionCall().

The default implementation does nothing.

Declaration
public virtual void ExitFunctionCall(HyperTalkParser.FunctionCallContext context)
Parameters
Type Name Description
HyperTalkParser.FunctionCallContext context

The parse tree.

| Improve this Doc View Source

ExitGlobalProperty(HyperTalkParser.GlobalPropertyContext)

Exit a parse tree produced by globalProperty().

The default implementation does nothing.

Declaration
public virtual void ExitGlobalProperty(HyperTalkParser.GlobalPropertyContext context)
Parameters
Type Name Description
HyperTalkParser.GlobalPropertyContext context

The parse tree.

| Improve this Doc View Source

ExitGlobalStmnt(HyperTalkParser.GlobalStmntContext)

Exit a parse tree produced by globalStmnt().

The default implementation does nothing.

Declaration
public virtual void ExitGlobalStmnt(HyperTalkParser.GlobalStmntContext context)
Parameters
Type Name Description
HyperTalkParser.GlobalStmntContext context

The parse tree.

| Improve this Doc View Source

ExitHandler(HyperTalkParser.HandlerContext)

Exit a parse tree produced by handler().

The default implementation does nothing.

Declaration
public virtual void ExitHandler(HyperTalkParser.HandlerContext context)
Parameters
Type Name Description
HyperTalkParser.HandlerContext context

The parse tree.

| Improve this Doc View Source

ExitHandlerName(HyperTalkParser.HandlerNameContext)

Exit a parse tree produced by handlerName().

The default implementation does nothing.

Declaration
public virtual void ExitHandlerName(HyperTalkParser.HandlerNameContext context)
Parameters
Type Name Description
HyperTalkParser.HandlerNameContext context

The parse tree.

| Improve this Doc View Source

ExitIfStatement(HyperTalkParser.IfStatementContext)

Exit a parse tree produced by ifStatement().

The default implementation does nothing.

Declaration
public virtual void ExitIfStatement(HyperTalkParser.IfStatementContext context)
Parameters
Type Name Description
HyperTalkParser.IfStatementContext context

The parse tree.

| Improve this Doc View Source

ExitImage(HyperTalkParser.ImageContext)

Exit a parse tree produced by image().

The default implementation does nothing.

Declaration
public virtual void ExitImage(HyperTalkParser.ImageContext context)
Parameters
Type Name Description
HyperTalkParser.ImageContext context

The parse tree.

| Improve this Doc View Source

ExitItem(HyperTalkParser.ItemContext)

Exit a parse tree produced by item().

The default implementation does nothing.

Declaration
public virtual void ExitItem(HyperTalkParser.ItemContext context)
Parameters
Type Name Description
HyperTalkParser.ItemContext context

The parse tree.

| Improve this Doc View Source

ExitKnownType(HyperTalkParser.KnownTypeContext)

Exit a parse tree produced by knownType().

The default implementation does nothing.

Declaration
public virtual void ExitKnownType(HyperTalkParser.KnownTypeContext context)
Parameters
Type Name Description
HyperTalkParser.KnownTypeContext context

The parse tree.

| Improve this Doc View Source

ExitLength(HyperTalkParser.LengthContext)

Exit a parse tree produced by length().

The default implementation does nothing.

Declaration
public virtual void ExitLength(HyperTalkParser.LengthContext context)
Parameters
Type Name Description
HyperTalkParser.LengthContext context

The parse tree.

| Improve this Doc View Source

ExitLine(HyperTalkParser.LineContext)

Exit a parse tree produced by line().

The default implementation does nothing.

Declaration
public virtual void ExitLine(HyperTalkParser.LineContext context)
Parameters
Type Name Description
HyperTalkParser.LineContext context

The parse tree.

| Improve this Doc View Source

ExitListExpression(HyperTalkParser.ListExpressionContext)

Exit a parse tree produced by listExpression().

The default implementation does nothing.

Declaration
public virtual void ExitListExpression(HyperTalkParser.ListExpressionContext context)
Parameters
Type Name Description
HyperTalkParser.ListExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitLiteral(HyperTalkParser.LiteralContext)

Exit a parse tree produced by literal().

The default implementation does nothing.

Declaration
public virtual void ExitLiteral(HyperTalkParser.LiteralContext context)
Parameters
Type Name Description
HyperTalkParser.LiteralContext context

The parse tree.

| Improve this Doc View Source

ExitMenu(HyperTalkParser.MenuContext)

Exit a parse tree produced by menu().

The default implementation does nothing.

Declaration
public virtual void ExitMenu(HyperTalkParser.MenuContext context)
Parameters
Type Name Description
HyperTalkParser.MenuContext context

The parse tree.

| Improve this Doc View Source

ExitMenuItem(HyperTalkParser.MenuItemContext)

Exit a parse tree produced by menuItem().

The default implementation does nothing.

Declaration
public virtual void ExitMenuItem(HyperTalkParser.MenuItemContext context)
Parameters
Type Name Description
HyperTalkParser.MenuItemContext context

The parse tree.

| Improve this Doc View Source

ExitMessage(HyperTalkParser.MessageContext)

Exit a parse tree produced by message().

The default implementation does nothing.

Declaration
public virtual void ExitMessage(HyperTalkParser.MessageContext context)
Parameters
Type Name Description
HyperTalkParser.MessageContext context

The parse tree.

| Improve this Doc View Source

ExitMessageStatement(HyperTalkParser.MessageStatementContext)

Exit a parse tree produced by messageStatement().

The default implementation does nothing.

Declaration
public virtual void ExitMessageStatement(HyperTalkParser.MessageStatementContext context)
Parameters
Type Name Description
HyperTalkParser.MessageStatementContext context

The parse tree.

| Improve this Doc View Source

ExitModifierKey(HyperTalkParser.ModifierKeyContext)

Exit a parse tree produced by modifierKey().

The default implementation does nothing.

Declaration
public virtual void ExitModifierKey(HyperTalkParser.ModifierKeyContext context)
Parameters
Type Name Description
HyperTalkParser.ModifierKeyContext context

The parse tree.

| Improve this Doc View Source

ExitMouseState(HyperTalkParser.MouseStateContext)

Exit a parse tree produced by mouseState().

The default implementation does nothing.

Declaration
public virtual void ExitMouseState(HyperTalkParser.MouseStateContext context)
Parameters
Type Name Description
HyperTalkParser.MouseStateContext context

The parse tree.

| Improve this Doc View Source

ExitMultiArgFunc(HyperTalkParser.MultiArgFuncContext)

Exit a parse tree produced by multiArgFunc().

The default implementation does nothing.

Declaration
public virtual void ExitMultiArgFunc(HyperTalkParser.MultiArgFuncContext context)
Parameters
Type Name Description
HyperTalkParser.MultiArgFuncContext context

The parse tree.

| Improve this Doc View Source

ExitMultilineScriptlet(HyperTalkParser.MultilineScriptletContext)

Exit a parse tree produced by multilineScriptlet().

The default implementation does nothing.

Declaration
public virtual void ExitMultilineScriptlet(HyperTalkParser.MultilineScriptletContext context)
Parameters
Type Name Description
HyperTalkParser.MultilineScriptletContext context

The parse tree.

| Improve this Doc View Source

ExitMusicExpression(HyperTalkParser.MusicExpressionContext)

Exit a parse tree produced by musicExpression().

The default implementation does nothing.

Declaration
public virtual void ExitMusicExpression(HyperTalkParser.MusicExpressionContext context)
Parameters
Type Name Description
HyperTalkParser.MusicExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitOf(HyperTalkParser.OfContext)

Exit a parse tree produced by of().

The default implementation does nothing.

Declaration
public virtual void ExitOf(HyperTalkParser.OfContext context)
Parameters
Type Name Description
HyperTalkParser.OfContext context

The parse tree.

| Improve this Doc View Source

ExitOrdinal(HyperTalkParser.OrdinalContext)

Exit a parse tree produced by ordinal().

The default implementation does nothing.

Declaration
public virtual void ExitOrdinal(HyperTalkParser.OrdinalContext context)
Parameters
Type Name Description
HyperTalkParser.OrdinalContext context

The parse tree.

| Improve this Doc View Source

ExitOrdinalValue(HyperTalkParser.OrdinalValueContext)

Exit a parse tree produced by ordinalValue().

The default implementation does nothing.

Declaration
public virtual void ExitOrdinalValue(HyperTalkParser.OrdinalValueContext context)
Parameters
Type Name Description
HyperTalkParser.OrdinalValueContext context

The parse tree.

| Improve this Doc View Source

ExitParameterList(HyperTalkParser.ParameterListContext)

Exit a parse tree produced by parameterList().

The default implementation does nothing.

Declaration
public virtual void ExitParameterList(HyperTalkParser.ParameterListContext context)
Parameters
Type Name Description
HyperTalkParser.ParameterListContext context

The parse tree.

| Improve this Doc View Source

ExitPart(HyperTalkParser.PartContext)

Exit a parse tree produced by part().

The default implementation does nothing.

Declaration
public virtual void ExitPart(HyperTalkParser.PartContext context)
Parameters
Type Name Description
HyperTalkParser.PartContext context

The parse tree.

| Improve this Doc View Source

ExitPartProperty(HyperTalkParser.PartPropertyContext)

Exit a parse tree produced by partProperty().

The default implementation does nothing.

Declaration
public virtual void ExitPartProperty(HyperTalkParser.PartPropertyContext context)
Parameters
Type Name Description
HyperTalkParser.PartPropertyContext context

The parse tree.

| Improve this Doc View Source

ExitPicture(HyperTalkParser.PictureContext)

Exit a parse tree produced by picture().

The default implementation does nothing.

Declaration
public virtual void ExitPicture(HyperTalkParser.PictureContext context)
Parameters
Type Name Description
HyperTalkParser.PictureContext context

The parse tree.

| Improve this Doc View Source

ExitPosition(HyperTalkParser.PositionContext)

Exit a parse tree produced by position().

The default implementation does nothing.

Declaration
public virtual void ExitPosition(HyperTalkParser.PositionContext context)
Parameters
Type Name Description
HyperTalkParser.PositionContext context

The parse tree.

| Improve this Doc View Source

ExitPreposition(HyperTalkParser.PrepositionContext)

Exit a parse tree produced by preposition().

The default implementation does nothing.

Declaration
public virtual void ExitPreposition(HyperTalkParser.PrepositionContext context)
Parameters
Type Name Description
HyperTalkParser.PrepositionContext context

The parse tree.

| Improve this Doc View Source

ExitProperty(HyperTalkParser.PropertyContext)

Exit a parse tree produced by property().

The default implementation does nothing.

Declaration
public virtual void ExitProperty(HyperTalkParser.PropertyContext context)
Parameters
Type Name Description
HyperTalkParser.PropertyContext context

The parse tree.

| Improve this Doc View Source

ExitPropertyName(HyperTalkParser.PropertyNameContext)

Exit a parse tree produced by propertyName().

The default implementation does nothing.

Declaration
public virtual void ExitPropertyName(HyperTalkParser.PropertyNameContext context)
Parameters
Type Name Description
HyperTalkParser.PropertyNameContext context

The parse tree.

| Improve this Doc View Source

ExitPropertyValue(HyperTalkParser.PropertyValueContext)

Exit a parse tree produced by propertyValue().

The default implementation does nothing.

Declaration
public virtual void ExitPropertyValue(HyperTalkParser.PropertyValueContext context)
Parameters
Type Name Description
HyperTalkParser.PropertyValueContext context

The parse tree.

| Improve this Doc View Source

ExitRange(HyperTalkParser.RangeContext)

Exit a parse tree produced by range().

The default implementation does nothing.

Declaration
public virtual void ExitRange(HyperTalkParser.RangeContext context)
Parameters
Type Name Description
HyperTalkParser.RangeContext context

The parse tree.

| Improve this Doc View Source

ExitRemoteNavOption(HyperTalkParser.RemoteNavOptionContext)

Exit a parse tree produced by remoteNavOption().

The default implementation does nothing.

Declaration
public virtual void ExitRemoteNavOption(HyperTalkParser.RemoteNavOptionContext context)
Parameters
Type Name Description
HyperTalkParser.RemoteNavOptionContext context

The parse tree.

| Improve this Doc View Source

ExitRepeatRange(HyperTalkParser.RepeatRangeContext)

Exit a parse tree produced by repeatRange().

The default implementation does nothing.

Declaration
public virtual void ExitRepeatRange(HyperTalkParser.RepeatRangeContext context)
Parameters
Type Name Description
HyperTalkParser.RepeatRangeContext context

The parse tree.

| Improve this Doc View Source

ExitRepeatStatement(HyperTalkParser.RepeatStatementContext)

Exit a parse tree produced by repeatStatement().

The default implementation does nothing.

Declaration
public virtual void ExitRepeatStatement(HyperTalkParser.RepeatStatementContext context)
Parameters
Type Name Description
HyperTalkParser.RepeatStatementContext context

The parse tree.

| Improve this Doc View Source

ExitReturnStmnt(HyperTalkParser.ReturnStmntContext)

Exit a parse tree produced by returnStmnt().

The default implementation does nothing.

Declaration
public virtual void ExitReturnStmnt(HyperTalkParser.ReturnStmntContext context)
Parameters
Type Name Description
HyperTalkParser.ReturnStmntContext context

The parse tree.

| Improve this Doc View Source

ExitScript(HyperTalkParser.ScriptContext)

Exit a parse tree produced by script().

The default implementation does nothing.

Declaration
public virtual void ExitScript(HyperTalkParser.ScriptContext context)
Parameters
Type Name Description
HyperTalkParser.ScriptContext context

The parse tree.

| Improve this Doc View Source

ExitScriptlet(HyperTalkParser.ScriptletContext)

Exit a parse tree produced by scriptlet().

The default implementation does nothing.

Declaration
public virtual void ExitScriptlet(HyperTalkParser.ScriptletContext context)
Parameters
Type Name Description
HyperTalkParser.ScriptletContext context

The parse tree.

| Improve this Doc View Source

ExitSeconds(HyperTalkParser.SecondsContext)

Exit a parse tree produced by seconds().

The default implementation does nothing.

Declaration
public virtual void ExitSeconds(HyperTalkParser.SecondsContext context)
Parameters
Type Name Description
HyperTalkParser.SecondsContext context

The parse tree.

| Improve this Doc View Source

ExitSingleArgFunc(HyperTalkParser.SingleArgFuncContext)

Exit a parse tree produced by singleArgFunc().

The default implementation does nothing.

Declaration
public virtual void ExitSingleArgFunc(HyperTalkParser.SingleArgFuncContext context)
Parameters
Type Name Description
HyperTalkParser.SingleArgFuncContext context

The parse tree.

| Improve this Doc View Source

ExitSortChunkType(HyperTalkParser.SortChunkTypeContext)

Exit a parse tree produced by sortChunkType().

The default implementation does nothing.

Declaration
public virtual void ExitSortChunkType(HyperTalkParser.SortChunkTypeContext context)
Parameters
Type Name Description
HyperTalkParser.SortChunkTypeContext context

The parse tree.

| Improve this Doc View Source

ExitSortDirection(HyperTalkParser.SortDirectionContext)

Exit a parse tree produced by sortDirection().

The default implementation does nothing.

Declaration
public virtual void ExitSortDirection(HyperTalkParser.SortDirectionContext context)
Parameters
Type Name Description
HyperTalkParser.SortDirectionContext context

The parse tree.

| Improve this Doc View Source

ExitSortStyle(HyperTalkParser.SortStyleContext)

Exit a parse tree produced by sortStyle().

The default implementation does nothing.

Declaration
public virtual void ExitSortStyle(HyperTalkParser.SortStyleContext context)
Parameters
Type Name Description
HyperTalkParser.SortStyleContext context

The parse tree.

| Improve this Doc View Source

ExitSpeed(HyperTalkParser.SpeedContext)

Exit a parse tree produced by speed().

The default implementation does nothing.

Declaration
public virtual void ExitSpeed(HyperTalkParser.SpeedContext context)
Parameters
Type Name Description
HyperTalkParser.SpeedContext context

The parse tree.

| Improve this Doc View Source

ExitStack(HyperTalkParser.StackContext)

Exit a parse tree produced by stack().

The default implementation does nothing.

Declaration
public virtual void ExitStack(HyperTalkParser.StackContext context)
Parameters
Type Name Description
HyperTalkParser.StackContext context

The parse tree.

| Improve this Doc View Source

ExitStackPart(HyperTalkParser.StackPartContext)

Exit a parse tree produced by stackPart().

The default implementation does nothing.

Declaration
public virtual void ExitStackPart(HyperTalkParser.StackPartContext context)
Parameters
Type Name Description
HyperTalkParser.StackPartContext context

The parse tree.

| Improve this Doc View Source

ExitStatement(HyperTalkParser.StatementContext)

Exit a parse tree produced by statement().

The default implementation does nothing.

Declaration
public virtual void ExitStatement(HyperTalkParser.StatementContext context)
Parameters
Type Name Description
HyperTalkParser.StatementContext context

The parse tree.

| Improve this Doc View Source

ExitStatementList(HyperTalkParser.StatementListContext)

Exit a parse tree produced by statementList().

The default implementation does nothing.

Declaration
public virtual void ExitStatementList(HyperTalkParser.StatementListContext context)
Parameters
Type Name Description
HyperTalkParser.StatementListContext context

The parse tree.

| Improve this Doc View Source

ExitThenStatement(HyperTalkParser.ThenStatementContext)

Exit a parse tree produced by thenStatement().

The default implementation does nothing.

Declaration
public virtual void ExitThenStatement(HyperTalkParser.ThenStatementContext context)
Parameters
Type Name Description
HyperTalkParser.ThenStatementContext context

The parse tree.

| Improve this Doc View Source

ExitTimeUnit(HyperTalkParser.TimeUnitContext)

Exit a parse tree produced by timeUnit().

The default implementation does nothing.

Declaration
public virtual void ExitTimeUnit(HyperTalkParser.TimeUnitContext context)
Parameters
Type Name Description
HyperTalkParser.TimeUnitContext context

The parse tree.

| Improve this Doc View Source

ExitToolExpression(HyperTalkParser.ToolExpressionContext)

Exit a parse tree produced by toolExpression().

The default implementation does nothing.

Declaration
public virtual void ExitToolExpression(HyperTalkParser.ToolExpressionContext context)
Parameters
Type Name Description
HyperTalkParser.ToolExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitWindowPart(HyperTalkParser.WindowPartContext)

Exit a parse tree produced by windowPart().

The default implementation does nothing.

Declaration
public virtual void ExitWindowPart(HyperTalkParser.WindowPartContext context)
Parameters
Type Name Description
HyperTalkParser.WindowPartContext context

The parse tree.

| Improve this Doc View Source

ExitWord(HyperTalkParser.WordContext)

Exit a parse tree produced by word().

The default implementation does nothing.

Declaration
public virtual void ExitWord(HyperTalkParser.WordContext context)
Parameters
Type Name Description
HyperTalkParser.WordContext context

The parse tree.

| Improve this Doc View Source

ExitZeroArgFunc(HyperTalkParser.ZeroArgFuncContext)

Exit a parse tree produced by zeroArgFunc().

The default implementation does nothing.

Declaration
public virtual void ExitZeroArgFunc(HyperTalkParser.ZeroArgFuncContext context)
Parameters
Type Name Description
HyperTalkParser.ZeroArgFuncContext context

The parse tree.

| Improve this Doc View Source

VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode)

Declaration
public virtual void VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode node)
Parameters
Type Name Description
Antlr4.Runtime.Tree.IErrorNode node
Remarks

The default implementation does nothing.

| Improve this Doc View Source

VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode)

Declaration
public virtual void VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode node)
Parameters
Type Name Description
Antlr4.Runtime.Tree.ITerminalNode node
Remarks

The default implementation does nothing.

Implements

IHyperTalkListener
Antlr4.Runtime.Tree.IParseTreeListener
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX