public static class GoParser.PrimaryExprContext
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor and Description |
|---|
PrimaryExprContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
| Modifier and Type | Method and Description |
|---|---|
GoParser.ArgumentsContext |
arguments() |
GoParser.ConversionContext |
conversion() |
org.antlr.v4.runtime.tree.TerminalNode |
DOT() |
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
int |
getRuleIndex() |
org.antlr.v4.runtime.tree.TerminalNode |
IDENTIFIER() |
GoParser.IndexContext |
index() |
GoParser.OperandContext |
operand() |
GoParser.PrimaryExprContext |
primaryExpr() |
GoParser.SliceContext |
slice() |
GoParser.TypeAssertionContext |
typeAssertion() |
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic PrimaryExprContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public GoParser.OperandContext operand()
public GoParser.ConversionContext conversion()
public GoParser.PrimaryExprContext primaryExpr()
public org.antlr.v4.runtime.tree.TerminalNode DOT()
public org.antlr.v4.runtime.tree.TerminalNode IDENTIFIER()
public GoParser.IndexContext index()
public GoParser.SliceContext slice()
public GoParser.TypeAssertionContext typeAssertion()
public GoParser.ArgumentsContext arguments()
public int getRuleIndex()
getRuleIndex in class org.antlr.v4.runtime.RuleContextpublic void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
enterRule in class org.antlr.v4.runtime.ParserRuleContextpublic void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
exitRule in class org.antlr.v4.runtime.ParserRuleContextCopyright © 2021 Markus Heberling. All rights reserved.