public static class JavaParser.PrimaryContext
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor and Description |
|---|
JavaParser.PrimaryContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
| Modifier and Type | Method and Description |
|---|---|
JavaParser.ArgumentsContext |
arguments() |
JavaParser.ExplicitGenericInvocationSuffixContext |
explicitGenericInvocationSuffix() |
JavaParser.ExpressionContext |
expression() |
int |
getRuleIndex() |
org.antlr.v4.runtime.tree.TerminalNode |
Identifier() |
JavaParser.LiteralContext |
literal() |
JavaParser.NonWildcardTypeArgumentsContext |
nonWildcardTypeArguments() |
JavaParser.TypeContext |
type() |
addChild, addChild, addChild, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic JavaParser.PrimaryContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public JavaParser.NonWildcardTypeArgumentsContext nonWildcardTypeArguments()
public org.antlr.v4.runtime.tree.TerminalNode Identifier()
public JavaParser.ExplicitGenericInvocationSuffixContext explicitGenericInvocationSuffix()
public JavaParser.TypeContext type()
public JavaParser.ExpressionContext expression()
public JavaParser.ArgumentsContext arguments()
public JavaParser.LiteralContext literal()
public int getRuleIndex()
getRuleIndex in class org.antlr.v4.runtime.RuleContextCopyright © 2013. All rights reserved.