Show / Hide Table of Contents

Class CPP14Parser.StatementContext

Inheritance
System.Object
CPP14Parser.StatementContext
Namespace: GCore.Antlr.Grammers.Cpp
Assembly: Cpp.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

attributeSpecifierSeq()

Declaration
public CPP14Parser.AttributeSpecifierSeqContext attributeSpecifierSeq()
Returns
Type Description
CPP14Parser.AttributeSpecifierSeqContext
| Improve this Doc View Source

compoundStatement()

Declaration
public CPP14Parser.CompoundStatementContext compoundStatement()
Returns
Type Description
CPP14Parser.CompoundStatementContext
| Improve this Doc View Source

declarationStatement()

Declaration
public CPP14Parser.DeclarationStatementContext declarationStatement()
Returns
Type Description
CPP14Parser.DeclarationStatementContext
| 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

expressionStatement()

Declaration
public CPP14Parser.ExpressionStatementContext expressionStatement()
Returns
Type Description
CPP14Parser.ExpressionStatementContext
| Improve this Doc View Source

iterationStatement()

Declaration
public CPP14Parser.IterationStatementContext iterationStatement()
Returns
Type Description
CPP14Parser.IterationStatementContext
| Improve this Doc View Source

jumpStatement()

Declaration
public CPP14Parser.JumpStatementContext jumpStatement()
Returns
Type Description
CPP14Parser.JumpStatementContext
| Improve this Doc View Source

labeledStatement()

Declaration
public CPP14Parser.LabeledStatementContext labeledStatement()
Returns
Type Description
CPP14Parser.LabeledStatementContext
| Improve this Doc View Source

selectionStatement()

Declaration
public CPP14Parser.SelectionStatementContext selectionStatement()
Returns
Type Description
CPP14Parser.SelectionStatementContext
| Improve this Doc View Source

tryBlock()

Declaration
public CPP14Parser.TryBlockContext tryBlock()
Returns
Type Description
CPP14Parser.TryBlockContext
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX