Show / Hide Table of Contents

Class HyperTalkParser.SingleArgFuncContext

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

Constructors

| Improve this Doc View Source

SingleArgFuncContext(ParserRuleContext, Int32)

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

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

button()

Declaration
public HyperTalkParser.ButtonContext button()
Returns
Type Description
HyperTalkParser.ButtonContext
| 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

character()

Declaration
public HyperTalkParser.CharacterContext character()
Returns
Type Description
HyperTalkParser.CharacterContext
| 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

field()

Declaration
public HyperTalkParser.FieldContext field()
Returns
Type Description
HyperTalkParser.FieldContext
| Improve this Doc View Source

item()

Declaration
public HyperTalkParser.ItemContext item()
Returns
Type Description
HyperTalkParser.ItemContext
| Improve this Doc View Source

line()

Declaration
public HyperTalkParser.LineContext line()
Returns
Type Description
HyperTalkParser.LineContext
| Improve this Doc View Source

word()

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