Show / Hide Table of Contents

Class HyperTalkParser.CommandStmntContext

Inheritance
System.Object
HyperTalkParser.CommandStmntContext
Namespace: GCore.Antlr.Grammers.Hypertalk
Assembly: Hypertalk.dll
Syntax
public class CommandStmntContext : ParserRuleContext

Constructors

| Improve this Doc View Source

CommandStmntContext(ParserRuleContext, Int32)

Declaration
public CommandStmntContext(ParserRuleContext parent, int invokingState)
Parameters
Type Name Description
ParserRuleContext parent
System.Int32 invokingState

Fields

| Improve this Doc View Source

gender

Declaration
public IToken gender
Field Value
Type Description
IToken

Properties

| Improve this Doc View Source

RuleIndex

Declaration
public override int RuleIndex { get; }
Property Value
Type Description
System.Int32

Methods

| Improve this Doc View Source

Accept<TResult>(IParseTreeVisitor<TResult>)

Declaration
public override TResult Accept<TResult>(IParseTreeVisitor<TResult> visitor)
Parameters
Type Name Description
IParseTreeVisitor<TResult> visitor
Returns
Type Description
TResult
Type Parameters
Name Description
TResult
| Improve this Doc View Source

background()

Declaration
public HyperTalkParser.BackgroundContext background()
Returns
Type Description
HyperTalkParser.BackgroundContext
| Improve this Doc View Source

card()

Declaration
public HyperTalkParser.CardContext card()
Returns
Type Description
HyperTalkParser.CardContext
| Improve this Doc View Source

cards()

Declaration
public HyperTalkParser.CardsContext cards()
Returns
Type Description
HyperTalkParser.CardsContext
| Improve this Doc View Source

container()

Declaration
public HyperTalkParser.ContainerContext container()
Returns
Type Description
HyperTalkParser.ContainerContext
| Improve this Doc View Source

convertible()

Declaration
public HyperTalkParser.ConvertibleContext[] convertible()
Returns
Type Description
HyperTalkParser.ConvertibleContext[]
| Improve this Doc View Source

convertible(Int32)

Declaration
public HyperTalkParser.ConvertibleContext convertible(int i)
Parameters
Type Name Description
System.Int32 i
Returns
Type Description
HyperTalkParser.ConvertibleContext
| Improve this Doc View Source

EnterRule(IParseTreeListener)

Declaration
public override void EnterRule(IParseTreeListener listener)
Parameters
Type Name Description
IParseTreeListener listener
| Improve this Doc View Source

ExitRule(IParseTreeListener)

Declaration
public override void ExitRule(IParseTreeListener listener)
Parameters
Type Name Description
IParseTreeListener listener
| Improve this Doc View Source

expression()

Declaration
public HyperTalkParser.ExpressionContext[] expression()
Returns
Type Description
HyperTalkParser.ExpressionContext[]
| Improve this Doc View Source

expression(Int32)

Declaration
public HyperTalkParser.ExpressionContext expression(int i)
Parameters
Type Name Description
System.Int32 i
Returns
Type Description
HyperTalkParser.ExpressionContext
| Improve this Doc View Source

factor()

Declaration
public HyperTalkParser.FactorContext[] factor()
Returns
Type Description
HyperTalkParser.FactorContext[]
| Improve this Doc View Source

factor(Int32)

Declaration
public HyperTalkParser.FactorContext factor(int i)
Parameters
Type Name Description
System.Int32 i
Returns
Type Description
HyperTalkParser.FactorContext
| Improve this Doc View Source

handlerName()

Declaration
public HyperTalkParser.HandlerNameContext handlerName()
Returns
Type Description
HyperTalkParser.HandlerNameContext
| Improve this Doc View Source

listExpression()

Declaration
public HyperTalkParser.ListExpressionContext[] listExpression()
Returns
Type Description
HyperTalkParser.ListExpressionContext[]
| Improve this Doc View Source

listExpression(Int32)

Declaration
public HyperTalkParser.ListExpressionContext listExpression(int i)
Parameters
Type Name Description
System.Int32 i
Returns
Type Description
HyperTalkParser.ListExpressionContext
| Improve this Doc View Source

musicExpression()

Declaration
public HyperTalkParser.MusicExpressionContext musicExpression()
Returns
Type Description
HyperTalkParser.MusicExpressionContext
| Improve this Doc View Source

of()

Declaration
public HyperTalkParser.OfContext[] of()
Returns
Type Description
HyperTalkParser.OfContext[]
| Improve this Doc View Source

of(Int32)

Declaration
public HyperTalkParser.OfContext of(int i)
Parameters
Type Name Description
System.Int32 i
Returns
Type Description
HyperTalkParser.OfContext
| Improve this Doc View Source

picture()

Declaration
public HyperTalkParser.PictureContext picture()
Returns
Type Description
HyperTalkParser.PictureContext
| Improve this Doc View Source

preposition()

Declaration
public HyperTalkParser.PrepositionContext preposition()
Returns
Type Description
HyperTalkParser.PrepositionContext
| Improve this Doc View Source

property()

Declaration
public HyperTalkParser.PropertyContext property()
Returns
Type Description
HyperTalkParser.PropertyContext
| Improve this Doc View Source

propertyValue()

Declaration
public HyperTalkParser.PropertyValueContext propertyValue()
Returns
Type Description
HyperTalkParser.PropertyValueContext
| Improve this Doc View Source

remoteNavOption()

Declaration
public HyperTalkParser.RemoteNavOptionContext remoteNavOption()
Returns
Type Description
HyperTalkParser.RemoteNavOptionContext
| Improve this Doc View Source

sortChunkType()

Declaration
public HyperTalkParser.SortChunkTypeContext sortChunkType()
Returns
Type Description
HyperTalkParser.SortChunkTypeContext
| Improve this Doc View Source

sortDirection()

Declaration
public HyperTalkParser.SortDirectionContext sortDirection()
Returns
Type Description
HyperTalkParser.SortDirectionContext
| Improve this Doc View Source

sortStyle()

Declaration
public HyperTalkParser.SortStyleContext sortStyle()
Returns
Type Description
HyperTalkParser.SortStyleContext
| Improve this Doc View Source

timeUnit()

Declaration
public HyperTalkParser.TimeUnitContext timeUnit()
Returns
Type Description
HyperTalkParser.TimeUnitContext
| Improve this Doc View Source

toolExpression()

Declaration
public HyperTalkParser.ToolExpressionContext toolExpression()
Returns
Type Description
HyperTalkParser.ToolExpressionContext
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX