Show / Hide Table of Contents

Class CPP14Parser.UnaryExpressionContext

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

Constructors

| Improve this Doc View Source

UnaryExpressionContext(ParserRuleContext, Int32)

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

Alignof()

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

deleteExpression()

Declaration
public CPP14Parser.DeleteExpressionContext deleteExpression()
Returns
Type Description
CPP14Parser.DeleteExpressionContext
| Improve this Doc View Source

Ellipsis()

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

Identifier()

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

LeftParen()

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

MinusMinus()

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

newExpression()

Declaration
public CPP14Parser.NewExpressionContext newExpression()
Returns
Type Description
CPP14Parser.NewExpressionContext
| Improve this Doc View Source

noExceptExpression()

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

RightParen()

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

Sizeof()

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

unaryExpression()

Declaration
public CPP14Parser.UnaryExpressionContext unaryExpression()
Returns
Type Description
CPP14Parser.UnaryExpressionContext
| Improve this Doc View Source

unaryOperator()

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