ExpressionAntlrParser.ArrayCreationExpContext Class

Definition

public class ExpressionAntlrParser.ArrayCreationExpContext : ExpressionAntlrParser.PrimaryExpressionContext
type ExpressionAntlrParser.ArrayCreationExpContext = class
    inherit ExpressionAntlrParser.PrimaryExpressionContext
Public Class ExpressionAntlrParser.ArrayCreationExpContext
Inherits ExpressionAntlrParser.PrimaryExpressionContext
Inheritance
Antlr4.Runtime.ParserRuleContext
ExpressionAntlrParser.ArrayCreationExpContext

Constructors

ExpressionAntlrParser.ArrayCreationExpContext(ExpressionAntlrParser+PrimaryExpressionContext)

Properties

RuleIndex (Inherited from ExpressionAntlrParser.PrimaryExpressionContext)

Methods

Accept<TResult>(IParseTreeVisitor<TResult>)
argsList()
CLOSE_SQUARE_BRACKET()
CopyFrom(ExpressionAntlrParser+PrimaryExpressionContext) (Inherited from ExpressionAntlrParser.PrimaryExpressionContext)
EnterRule(IParseTreeListener)
ExitRule(IParseTreeListener)
OPEN_SQUARE_BRACKET()

Applies to