Show / Hide Table of Contents

Class alefParser.Term_Context

Inheritance
System.Object
alefParser.Term_Context
Namespace: GCore.Antlr.Grammers.Alef
Assembly: Alef.dll
Syntax
public class Term_Context : ParserRuleContext

Constructors

| Improve this Doc View Source

Term_Context(ParserRuleContext, Int32)

Declaration
public Term_Context(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

ARITHMETIC_CONST()

Declaration
public ITerminalNode ARITHMETIC_CONST()
Returns
Type Description
ITerminalNode
| Improve this Doc View Source

CONSTANT()

Declaration
public ITerminalNode CONSTANT()
Returns
Type Description
ITerminalNode
| 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

enum_member()

Declaration
public alefParser.Enum_memberContext enum_member()
Returns
Type Description
alefParser.Enum_memberContext
| 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

expr_()

Declaration
public alefParser.Expr_Context expr_()
Returns
Type Description
alefParser.Expr_Context
| Improve this Doc View Source

name()

Declaration
public alefParser.NameContext name()
Returns
Type Description
alefParser.NameContext
| Improve this Doc View Source

NIL()

Declaration
public ITerminalNode NIL()
Returns
Type Description
ITerminalNode
| Improve this Doc View Source

SIZEOF()

Declaration
public ITerminalNode SIZEOF()
Returns
Type Description
ITerminalNode
| Improve this Doc View Source

stag()

Declaration
public alefParser.StagContext stag()
Returns
Type Description
alefParser.StagContext
| Improve this Doc View Source

STRING_CONST()

Declaration
public ITerminalNode STRING_CONST()
Returns
Type Description
ITerminalNode
| Improve this Doc View Source

telist()

Declaration
public alefParser.TelistContext telist()
Returns
Type Description
alefParser.TelistContext
| Improve this Doc View Source

term_()

Declaration
public alefParser.Term_Context term_()
Returns
Type Description
alefParser.Term_Context
| Improve this Doc View Source

typecast()

Declaration
public alefParser.TypecastContext typecast()
Returns
Type Description
alefParser.TypecastContext
| Improve this Doc View Source

typename()

Declaration
public alefParser.TypenameContext typename()
Returns
Type Description
alefParser.TypenameContext
| Improve this Doc View Source

zarlist()

Declaration
public alefParser.ZarlistContext zarlist()
Returns
Type Description
alefParser.ZarlistContext
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX