Show / Hide Table of Contents

Class CPP14Parser.PostfixExpressionContext

Inheritance
System.Object
CPP14Parser.PostfixExpressionContext
Namespace: GCore.Antlr.Grammers.Cpp
Assembly: Cpp.dll
Syntax
public class PostfixExpressionContext : ParserRuleContext

Constructors

| Improve this Doc View Source

PostfixExpressionContext(ParserRuleContext, Int32)

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

Arrow()

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

bracedInitList()

Declaration
public CPP14Parser.BracedInitListContext bracedInitList()
Returns
Type Description
CPP14Parser.BracedInitListContext
| Improve this Doc View Source

Const_cast()

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

Dot()

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

Dynamic_cast()

Declaration
public ITerminalNode Dynamic_cast()
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

ExitRule(IParseTreeListener)

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

expression()

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

expressionList()

Declaration
public CPP14Parser.ExpressionListContext expressionList()
Returns
Type Description
CPP14Parser.ExpressionListContext
| Improve this Doc View Source

Greater()

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

idExpression()

Declaration
public CPP14Parser.IdExpressionContext idExpression()
Returns
Type Description
CPP14Parser.IdExpressionContext
| Improve this Doc View Source

LeftBracket()

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

LeftParen()

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

Less()

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

MinusMinus()

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

PlusPlus()

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

postfixExpression()

Declaration
public CPP14Parser.PostfixExpressionContext postfixExpression()
Returns
Type Description
CPP14Parser.PostfixExpressionContext
| Improve this Doc View Source

primaryExpression()

Declaration
public CPP14Parser.PrimaryExpressionContext primaryExpression()
Returns
Type Description
CPP14Parser.PrimaryExpressionContext
| Improve this Doc View Source

pseudoDestructorName()

Declaration
public CPP14Parser.PseudoDestructorNameContext pseudoDestructorName()
Returns
Type Description
CPP14Parser.PseudoDestructorNameContext
| Improve this Doc View Source

Reinterpret_cast()

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

RightBracket()

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

RightParen()

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

simpleTypeSpecifier()

Declaration
public CPP14Parser.SimpleTypeSpecifierContext simpleTypeSpecifier()
Returns
Type Description
CPP14Parser.SimpleTypeSpecifierContext
| Improve this Doc View Source

Static_cast()

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

Template()

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

theTypeId()

Declaration
public CPP14Parser.TheTypeIdContext theTypeId()
Returns
Type Description
CPP14Parser.TheTypeIdContext
| Improve this Doc View Source

typeIdOfTheTypeId()

Declaration
public CPP14Parser.TypeIdOfTheTypeIdContext typeIdOfTheTypeId()
Returns
Type Description
CPP14Parser.TypeIdOfTheTypeIdContext
| Improve this Doc View Source

typeNameSpecifier()

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