Show / Hide Table of Contents

Class limboParser.StatementContext

Inheritance
System.Object
limboParser.StatementContext
Namespace: GCore.Antlr.Grammers.Limbo
Assembly: Limbo.dll
Syntax
public class StatementContext : ParserRuleContext

Constructors

| Improve this Doc View Source

StatementContext(ParserRuleContext, Int32)

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

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 limboParser.ExpressionContext[] expression()
Returns
Type Description
limboParser.ExpressionContext[]
| Improve this Doc View Source

expression(Int32)

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

expression_list()

Declaration
public limboParser.Expression_listContext expression_list()
Returns
Type Description
limboParser.Expression_listContext
| Improve this Doc View Source

IDENTIFIER()

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

label()

Declaration
public limboParser.LabelContext label()
Returns
Type Description
limboParser.LabelContext
| Improve this Doc View Source

pqual_statement_sequence()

Declaration
public limboParser.Pqual_statement_sequenceContext pqual_statement_sequence()
Returns
Type Description
limboParser.Pqual_statement_sequenceContext
| Improve this Doc View Source

qual_statement_sequence()

Declaration
public limboParser.Qual_statement_sequenceContext qual_statement_sequence()
Returns
Type Description
limboParser.Qual_statement_sequenceContext
| Improve this Doc View Source

statement()

Declaration
public limboParser.StatementContext[] statement()
Returns
Type Description
limboParser.StatementContext[]
| Improve this Doc View Source

statement(Int32)

Declaration
public limboParser.StatementContext statement(int i)
Parameters
Type Name Description
System.Int32 i
Returns
Type Description
limboParser.StatementContext
| Improve this Doc View Source

statements_()

Declaration
public limboParser.Statements_Context statements_()
Returns
Type Description
limboParser.Statements_Context
| Improve this Doc View Source

term()

Declaration
public limboParser.TermContext term()
Returns
Type Description
limboParser.TermContext
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX