Show / Hide Table of Contents

Interface IHyperTalkVisitor<Result>

This interface defines a complete generic visitor for a parse tree produced by HyperTalkParser.

Namespace: GCore.Antlr.Grammers.Hypertalk
Assembly: Hypertalk.dll
Syntax
public interface IHyperTalkVisitor<Result> : IParseTreeVisitor<Result>
Type Parameters
Name Description
Result

The return type of the visit operation.

Methods

| Improve this Doc View Source

VisitBackground(HyperTalkParser.BackgroundContext)

Visit a parse tree produced by background().

Declaration
Result VisitBackground(HyperTalkParser.BackgroundContext context)
Parameters
Type Name Description
HyperTalkParser.BackgroundContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitBkgndPart(HyperTalkParser.BkgndPartContext)

Visit a parse tree produced by bkgndPart().

Declaration
Result VisitBkgndPart(HyperTalkParser.BkgndPartContext context)
Parameters
Type Name Description
HyperTalkParser.BkgndPartContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitBuiltInFunc(HyperTalkParser.BuiltInFuncContext)

Visit a parse tree produced by builtInFunc().

Declaration
Result VisitBuiltInFunc(HyperTalkParser.BuiltInFuncContext context)
Parameters
Type Name Description
HyperTalkParser.BuiltInFuncContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitButton(HyperTalkParser.ButtonContext)

Visit a parse tree produced by button().

Declaration
Result VisitButton(HyperTalkParser.ButtonContext context)
Parameters
Type Name Description
HyperTalkParser.ButtonContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitButtonPart(HyperTalkParser.ButtonPartContext)

Visit a parse tree produced by buttonPart().

Declaration
Result VisitButtonPart(HyperTalkParser.ButtonPartContext context)
Parameters
Type Name Description
HyperTalkParser.ButtonPartContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitCard(HyperTalkParser.CardContext)

Visit a parse tree produced by card().

Declaration
Result VisitCard(HyperTalkParser.CardContext context)
Parameters
Type Name Description
HyperTalkParser.CardContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitCardinalValue(HyperTalkParser.CardinalValueContext)

Visit a parse tree produced by cardinalValue().

Declaration
Result VisitCardinalValue(HyperTalkParser.CardinalValueContext context)
Parameters
Type Name Description
HyperTalkParser.CardinalValueContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitCardPart(HyperTalkParser.CardPartContext)

Visit a parse tree produced by cardPart().

Declaration
Result VisitCardPart(HyperTalkParser.CardPartContext context)
Parameters
Type Name Description
HyperTalkParser.CardPartContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitCards(HyperTalkParser.CardsContext)

Visit a parse tree produced by cards().

Declaration
Result VisitCards(HyperTalkParser.CardsContext context)
Parameters
Type Name Description
HyperTalkParser.CardsContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitCharacter(HyperTalkParser.CharacterContext)

Visit a parse tree produced by character().

Declaration
Result VisitCharacter(HyperTalkParser.CharacterContext context)
Parameters
Type Name Description
HyperTalkParser.CharacterContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitChunk(HyperTalkParser.ChunkContext)

Visit a parse tree produced by chunk().

Declaration
Result VisitChunk(HyperTalkParser.ChunkContext context)
Parameters
Type Name Description
HyperTalkParser.ChunkContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitCommandName(HyperTalkParser.CommandNameContext)

Visit a parse tree produced by commandName().

Declaration
Result VisitCommandName(HyperTalkParser.CommandNameContext context)
Parameters
Type Name Description
HyperTalkParser.CommandNameContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitCommandStmnt(HyperTalkParser.CommandStmntContext)

Visit a parse tree produced by commandStmnt().

Declaration
Result VisitCommandStmnt(HyperTalkParser.CommandStmntContext context)
Parameters
Type Name Description
HyperTalkParser.CommandStmntContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitConstant(HyperTalkParser.ConstantContext)

Visit a parse tree produced by constant().

Declaration
Result VisitConstant(HyperTalkParser.ConstantContext context)
Parameters
Type Name Description
HyperTalkParser.ConstantContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitContainer(HyperTalkParser.ContainerContext)

Visit a parse tree produced by container().

Declaration
Result VisitContainer(HyperTalkParser.ContainerContext context)
Parameters
Type Name Description
HyperTalkParser.ContainerContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitConversionFormat(HyperTalkParser.ConversionFormatContext)

Visit a parse tree produced by conversionFormat().

Declaration
Result VisitConversionFormat(HyperTalkParser.ConversionFormatContext context)
Parameters
Type Name Description
HyperTalkParser.ConversionFormatContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitConvertible(HyperTalkParser.ConvertibleContext)

Visit a parse tree produced by convertible().

Declaration
Result VisitConvertible(HyperTalkParser.ConvertibleContext context)
Parameters
Type Name Description
HyperTalkParser.ConvertibleContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitCount(HyperTalkParser.CountContext)

Visit a parse tree produced by count().

Declaration
Result VisitCount(HyperTalkParser.CountContext context)
Parameters
Type Name Description
HyperTalkParser.CountContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitDuration(HyperTalkParser.DurationContext)

Visit a parse tree produced by duration().

Declaration
Result VisitDuration(HyperTalkParser.DurationContext context)
Parameters
Type Name Description
HyperTalkParser.DurationContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitEffect(HyperTalkParser.EffectContext)

Visit a parse tree produced by effect().

Declaration
Result VisitEffect(HyperTalkParser.EffectContext context)
Parameters
Type Name Description
HyperTalkParser.EffectContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitEffectExpression(HyperTalkParser.EffectExpressionContext)

Visit a parse tree produced by effectExpression().

Declaration
Result VisitEffectExpression(HyperTalkParser.EffectExpressionContext context)
Parameters
Type Name Description
HyperTalkParser.EffectExpressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitElseStatement(HyperTalkParser.ElseStatementContext)

Visit a parse tree produced by elseStatement().

Declaration
Result VisitElseStatement(HyperTalkParser.ElseStatementContext context)
Parameters
Type Name Description
HyperTalkParser.ElseStatementContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitExpression(HyperTalkParser.ExpressionContext)

Visit a parse tree produced by expression().

Declaration
Result VisitExpression(HyperTalkParser.ExpressionContext context)
Parameters
Type Name Description
HyperTalkParser.ExpressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitFactor(HyperTalkParser.FactorContext)

Visit a parse tree produced by factor().

Declaration
Result VisitFactor(HyperTalkParser.FactorContext context)
Parameters
Type Name Description
HyperTalkParser.FactorContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitField(HyperTalkParser.FieldContext)

Visit a parse tree produced by field().

Declaration
Result VisitField(HyperTalkParser.FieldContext context)
Parameters
Type Name Description
HyperTalkParser.FieldContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitFieldPart(HyperTalkParser.FieldPartContext)

Visit a parse tree produced by fieldPart().

Declaration
Result VisitFieldPart(HyperTalkParser.FieldPartContext context)
Parameters
Type Name Description
HyperTalkParser.FieldPartContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitFindType(HyperTalkParser.FindTypeContext)

Visit a parse tree produced by findType().

Declaration
Result VisitFindType(HyperTalkParser.FindTypeContext context)
Parameters
Type Name Description
HyperTalkParser.FindTypeContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitFunction_(HyperTalkParser.Function_Context)

Visit a parse tree produced by function_().

Declaration
Result VisitFunction_(HyperTalkParser.Function_Context context)
Parameters
Type Name Description
HyperTalkParser.Function_Context context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitFunctionCall(HyperTalkParser.FunctionCallContext)

Visit a parse tree produced by functionCall().

Declaration
Result VisitFunctionCall(HyperTalkParser.FunctionCallContext context)
Parameters
Type Name Description
HyperTalkParser.FunctionCallContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitGlobalProperty(HyperTalkParser.GlobalPropertyContext)

Visit a parse tree produced by globalProperty().

Declaration
Result VisitGlobalProperty(HyperTalkParser.GlobalPropertyContext context)
Parameters
Type Name Description
HyperTalkParser.GlobalPropertyContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitGlobalStmnt(HyperTalkParser.GlobalStmntContext)

Visit a parse tree produced by globalStmnt().

Declaration
Result VisitGlobalStmnt(HyperTalkParser.GlobalStmntContext context)
Parameters
Type Name Description
HyperTalkParser.GlobalStmntContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitHandler(HyperTalkParser.HandlerContext)

Visit a parse tree produced by handler().

Declaration
Result VisitHandler(HyperTalkParser.HandlerContext context)
Parameters
Type Name Description
HyperTalkParser.HandlerContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitHandlerName(HyperTalkParser.HandlerNameContext)

Visit a parse tree produced by handlerName().

Declaration
Result VisitHandlerName(HyperTalkParser.HandlerNameContext context)
Parameters
Type Name Description
HyperTalkParser.HandlerNameContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitIfStatement(HyperTalkParser.IfStatementContext)

Visit a parse tree produced by ifStatement().

Declaration
Result VisitIfStatement(HyperTalkParser.IfStatementContext context)
Parameters
Type Name Description
HyperTalkParser.IfStatementContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitImage(HyperTalkParser.ImageContext)

Visit a parse tree produced by image().

Declaration
Result VisitImage(HyperTalkParser.ImageContext context)
Parameters
Type Name Description
HyperTalkParser.ImageContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitItem(HyperTalkParser.ItemContext)

Visit a parse tree produced by item().

Declaration
Result VisitItem(HyperTalkParser.ItemContext context)
Parameters
Type Name Description
HyperTalkParser.ItemContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitKnownType(HyperTalkParser.KnownTypeContext)

Visit a parse tree produced by knownType().

Declaration
Result VisitKnownType(HyperTalkParser.KnownTypeContext context)
Parameters
Type Name Description
HyperTalkParser.KnownTypeContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitLength(HyperTalkParser.LengthContext)

Visit a parse tree produced by length().

Declaration
Result VisitLength(HyperTalkParser.LengthContext context)
Parameters
Type Name Description
HyperTalkParser.LengthContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitLine(HyperTalkParser.LineContext)

Visit a parse tree produced by line().

Declaration
Result VisitLine(HyperTalkParser.LineContext context)
Parameters
Type Name Description
HyperTalkParser.LineContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitListExpression(HyperTalkParser.ListExpressionContext)

Visit a parse tree produced by listExpression().

Declaration
Result VisitListExpression(HyperTalkParser.ListExpressionContext context)
Parameters
Type Name Description
HyperTalkParser.ListExpressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitLiteral(HyperTalkParser.LiteralContext)

Visit a parse tree produced by literal().

Declaration
Result VisitLiteral(HyperTalkParser.LiteralContext context)
Parameters
Type Name Description
HyperTalkParser.LiteralContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMenu(HyperTalkParser.MenuContext)

Visit a parse tree produced by menu().

Declaration
Result VisitMenu(HyperTalkParser.MenuContext context)
Parameters
Type Name Description
HyperTalkParser.MenuContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMenuItem(HyperTalkParser.MenuItemContext)

Visit a parse tree produced by menuItem().

Declaration
Result VisitMenuItem(HyperTalkParser.MenuItemContext context)
Parameters
Type Name Description
HyperTalkParser.MenuItemContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMessage(HyperTalkParser.MessageContext)

Visit a parse tree produced by message().

Declaration
Result VisitMessage(HyperTalkParser.MessageContext context)
Parameters
Type Name Description
HyperTalkParser.MessageContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMessageStatement(HyperTalkParser.MessageStatementContext)

Visit a parse tree produced by messageStatement().

Declaration
Result VisitMessageStatement(HyperTalkParser.MessageStatementContext context)
Parameters
Type Name Description
HyperTalkParser.MessageStatementContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitModifierKey(HyperTalkParser.ModifierKeyContext)

Visit a parse tree produced by modifierKey().

Declaration
Result VisitModifierKey(HyperTalkParser.ModifierKeyContext context)
Parameters
Type Name Description
HyperTalkParser.ModifierKeyContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMouseState(HyperTalkParser.MouseStateContext)

Visit a parse tree produced by mouseState().

Declaration
Result VisitMouseState(HyperTalkParser.MouseStateContext context)
Parameters
Type Name Description
HyperTalkParser.MouseStateContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMultiArgFunc(HyperTalkParser.MultiArgFuncContext)

Visit a parse tree produced by multiArgFunc().

Declaration
Result VisitMultiArgFunc(HyperTalkParser.MultiArgFuncContext context)
Parameters
Type Name Description
HyperTalkParser.MultiArgFuncContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMultilineScriptlet(HyperTalkParser.MultilineScriptletContext)

Visit a parse tree produced by multilineScriptlet().

Declaration
Result VisitMultilineScriptlet(HyperTalkParser.MultilineScriptletContext context)
Parameters
Type Name Description
HyperTalkParser.MultilineScriptletContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitMusicExpression(HyperTalkParser.MusicExpressionContext)

Visit a parse tree produced by musicExpression().

Declaration
Result VisitMusicExpression(HyperTalkParser.MusicExpressionContext context)
Parameters
Type Name Description
HyperTalkParser.MusicExpressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitOf(HyperTalkParser.OfContext)

Visit a parse tree produced by of().

Declaration
Result VisitOf(HyperTalkParser.OfContext context)
Parameters
Type Name Description
HyperTalkParser.OfContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitOrdinal(HyperTalkParser.OrdinalContext)

Visit a parse tree produced by ordinal().

Declaration
Result VisitOrdinal(HyperTalkParser.OrdinalContext context)
Parameters
Type Name Description
HyperTalkParser.OrdinalContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitOrdinalValue(HyperTalkParser.OrdinalValueContext)

Visit a parse tree produced by ordinalValue().

Declaration
Result VisitOrdinalValue(HyperTalkParser.OrdinalValueContext context)
Parameters
Type Name Description
HyperTalkParser.OrdinalValueContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitParameterList(HyperTalkParser.ParameterListContext)

Visit a parse tree produced by parameterList().

Declaration
Result VisitParameterList(HyperTalkParser.ParameterListContext context)
Parameters
Type Name Description
HyperTalkParser.ParameterListContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitPart(HyperTalkParser.PartContext)

Visit a parse tree produced by part().

Declaration
Result VisitPart(HyperTalkParser.PartContext context)
Parameters
Type Name Description
HyperTalkParser.PartContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitPartProperty(HyperTalkParser.PartPropertyContext)

Visit a parse tree produced by partProperty().

Declaration
Result VisitPartProperty(HyperTalkParser.PartPropertyContext context)
Parameters
Type Name Description
HyperTalkParser.PartPropertyContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitPicture(HyperTalkParser.PictureContext)

Visit a parse tree produced by picture().

Declaration
Result VisitPicture(HyperTalkParser.PictureContext context)
Parameters
Type Name Description
HyperTalkParser.PictureContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitPosition(HyperTalkParser.PositionContext)

Visit a parse tree produced by position().

Declaration
Result VisitPosition(HyperTalkParser.PositionContext context)
Parameters
Type Name Description
HyperTalkParser.PositionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitPreposition(HyperTalkParser.PrepositionContext)

Visit a parse tree produced by preposition().

Declaration
Result VisitPreposition(HyperTalkParser.PrepositionContext context)
Parameters
Type Name Description
HyperTalkParser.PrepositionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitProperty(HyperTalkParser.PropertyContext)

Visit a parse tree produced by property().

Declaration
Result VisitProperty(HyperTalkParser.PropertyContext context)
Parameters
Type Name Description
HyperTalkParser.PropertyContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitPropertyName(HyperTalkParser.PropertyNameContext)

Visit a parse tree produced by propertyName().

Declaration
Result VisitPropertyName(HyperTalkParser.PropertyNameContext context)
Parameters
Type Name Description
HyperTalkParser.PropertyNameContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitPropertyValue(HyperTalkParser.PropertyValueContext)

Visit a parse tree produced by propertyValue().

Declaration
Result VisitPropertyValue(HyperTalkParser.PropertyValueContext context)
Parameters
Type Name Description
HyperTalkParser.PropertyValueContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitRange(HyperTalkParser.RangeContext)

Visit a parse tree produced by range().

Declaration
Result VisitRange(HyperTalkParser.RangeContext context)
Parameters
Type Name Description
HyperTalkParser.RangeContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitRemoteNavOption(HyperTalkParser.RemoteNavOptionContext)

Visit a parse tree produced by remoteNavOption().

Declaration
Result VisitRemoteNavOption(HyperTalkParser.RemoteNavOptionContext context)
Parameters
Type Name Description
HyperTalkParser.RemoteNavOptionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitRepeatRange(HyperTalkParser.RepeatRangeContext)

Visit a parse tree produced by repeatRange().

Declaration
Result VisitRepeatRange(HyperTalkParser.RepeatRangeContext context)
Parameters
Type Name Description
HyperTalkParser.RepeatRangeContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitRepeatStatement(HyperTalkParser.RepeatStatementContext)

Visit a parse tree produced by repeatStatement().

Declaration
Result VisitRepeatStatement(HyperTalkParser.RepeatStatementContext context)
Parameters
Type Name Description
HyperTalkParser.RepeatStatementContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitReturnStmnt(HyperTalkParser.ReturnStmntContext)

Visit a parse tree produced by returnStmnt().

Declaration
Result VisitReturnStmnt(HyperTalkParser.ReturnStmntContext context)
Parameters
Type Name Description
HyperTalkParser.ReturnStmntContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitScript(HyperTalkParser.ScriptContext)

Visit a parse tree produced by script().

Declaration
Result VisitScript(HyperTalkParser.ScriptContext context)
Parameters
Type Name Description
HyperTalkParser.ScriptContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitScriptlet(HyperTalkParser.ScriptletContext)

Visit a parse tree produced by scriptlet().

Declaration
Result VisitScriptlet(HyperTalkParser.ScriptletContext context)
Parameters
Type Name Description
HyperTalkParser.ScriptletContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSeconds(HyperTalkParser.SecondsContext)

Visit a parse tree produced by seconds().

Declaration
Result VisitSeconds(HyperTalkParser.SecondsContext context)
Parameters
Type Name Description
HyperTalkParser.SecondsContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSingleArgFunc(HyperTalkParser.SingleArgFuncContext)

Visit a parse tree produced by singleArgFunc().

Declaration
Result VisitSingleArgFunc(HyperTalkParser.SingleArgFuncContext context)
Parameters
Type Name Description
HyperTalkParser.SingleArgFuncContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSortChunkType(HyperTalkParser.SortChunkTypeContext)

Visit a parse tree produced by sortChunkType().

Declaration
Result VisitSortChunkType(HyperTalkParser.SortChunkTypeContext context)
Parameters
Type Name Description
HyperTalkParser.SortChunkTypeContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSortDirection(HyperTalkParser.SortDirectionContext)

Visit a parse tree produced by sortDirection().

Declaration
Result VisitSortDirection(HyperTalkParser.SortDirectionContext context)
Parameters
Type Name Description
HyperTalkParser.SortDirectionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSortStyle(HyperTalkParser.SortStyleContext)

Visit a parse tree produced by sortStyle().

Declaration
Result VisitSortStyle(HyperTalkParser.SortStyleContext context)
Parameters
Type Name Description
HyperTalkParser.SortStyleContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSpeed(HyperTalkParser.SpeedContext)

Visit a parse tree produced by speed().

Declaration
Result VisitSpeed(HyperTalkParser.SpeedContext context)
Parameters
Type Name Description
HyperTalkParser.SpeedContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitStack(HyperTalkParser.StackContext)

Visit a parse tree produced by stack().

Declaration
Result VisitStack(HyperTalkParser.StackContext context)
Parameters
Type Name Description
HyperTalkParser.StackContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitStackPart(HyperTalkParser.StackPartContext)

Visit a parse tree produced by stackPart().

Declaration
Result VisitStackPart(HyperTalkParser.StackPartContext context)
Parameters
Type Name Description
HyperTalkParser.StackPartContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitStatement(HyperTalkParser.StatementContext)

Visit a parse tree produced by statement().

Declaration
Result VisitStatement(HyperTalkParser.StatementContext context)
Parameters
Type Name Description
HyperTalkParser.StatementContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitStatementList(HyperTalkParser.StatementListContext)

Visit a parse tree produced by statementList().

Declaration
Result VisitStatementList(HyperTalkParser.StatementListContext context)
Parameters
Type Name Description
HyperTalkParser.StatementListContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitThenStatement(HyperTalkParser.ThenStatementContext)

Visit a parse tree produced by thenStatement().

Declaration
Result VisitThenStatement(HyperTalkParser.ThenStatementContext context)
Parameters
Type Name Description
HyperTalkParser.ThenStatementContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTimeUnit(HyperTalkParser.TimeUnitContext)

Visit a parse tree produced by timeUnit().

Declaration
Result VisitTimeUnit(HyperTalkParser.TimeUnitContext context)
Parameters
Type Name Description
HyperTalkParser.TimeUnitContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitToolExpression(HyperTalkParser.ToolExpressionContext)

Visit a parse tree produced by toolExpression().

Declaration
Result VisitToolExpression(HyperTalkParser.ToolExpressionContext context)
Parameters
Type Name Description
HyperTalkParser.ToolExpressionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitWindowPart(HyperTalkParser.WindowPartContext)

Visit a parse tree produced by windowPart().

Declaration
Result VisitWindowPart(HyperTalkParser.WindowPartContext context)
Parameters
Type Name Description
HyperTalkParser.WindowPartContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitWord(HyperTalkParser.WordContext)

Visit a parse tree produced by word().

Declaration
Result VisitWord(HyperTalkParser.WordContext context)
Parameters
Type Name Description
HyperTalkParser.WordContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitZeroArgFunc(HyperTalkParser.ZeroArgFuncContext)

Visit a parse tree produced by zeroArgFunc().

Declaration
Result VisitZeroArgFunc(HyperTalkParser.ZeroArgFuncContext context)
Parameters
Type Name Description
HyperTalkParser.ZeroArgFuncContext context

The parse tree.

Returns
Type Description
Result
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX