Class Dart2Parser.PrimaryContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- net.sourceforge.pmd.lang.dart.antlr4.Dart2Parser.PrimaryContext
-
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTree
,org.antlr.v4.runtime.tree.RuleNode
,org.antlr.v4.runtime.tree.SyntaxTree
,org.antlr.v4.runtime.tree.Tree
- Enclosing class:
- Dart2Parser
public static class Dart2Parser.PrimaryContext extends org.antlr.v4.runtime.ParserRuleContext
-
-
Constructor Summary
Constructors Constructor Description PrimaryContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Dart2Parser.ConstObjectExpressionContext
constObjectExpression()
void
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
void
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
Dart2Parser.ExpressionContext
expression()
Dart2Parser.FunctionExpressionContext
functionExpression()
int
getRuleIndex()
Dart2Parser.IdentifierContext
identifier()
Dart2Parser.LiteralContext
literal()
Dart2Parser.NewExpressionContext
newExpression()
Dart2Parser.ThisExpressionContext
thisExpression()
Dart2Parser.UnconditionalAssignableSelectorContext
unconditionalAssignableSelector()
-
Methods inherited from class org.antlr.v4.runtime.ParserRuleContext
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
-
-
-
-
Method Detail
-
thisExpression
public Dart2Parser.ThisExpressionContext thisExpression()
-
unconditionalAssignableSelector
public Dart2Parser.UnconditionalAssignableSelectorContext unconditionalAssignableSelector()
-
functionExpression
public Dart2Parser.FunctionExpressionContext functionExpression()
-
literal
public Dart2Parser.LiteralContext literal()
-
identifier
public Dart2Parser.IdentifierContext identifier()
-
newExpression
public Dart2Parser.NewExpressionContext newExpression()
-
constObjectExpression
public Dart2Parser.ConstObjectExpressionContext constObjectExpression()
-
expression
public Dart2Parser.ExpressionContext expression()
-
getRuleIndex
public int getRuleIndex()
- Overrides:
getRuleIndex
in classorg.antlr.v4.runtime.RuleContext
-
enterRule
public void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
- Overrides:
enterRule
in classorg.antlr.v4.runtime.ParserRuleContext
-
exitRule
public void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
- Overrides:
exitRule
in classorg.antlr.v4.runtime.ParserRuleContext
-
-