public static class FieldSpecifierNotationParser.QualifyComponentContext extends FieldSpecifierNotationParser.DotExpressionComponentContext
children, exception, start, stop
EMPTY, invokingState, parent
Constructor and Description |
---|
QualifyComponentContext(FieldSpecifierNotationParser.DotExpressionComponentContext ctx) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(ParseTreeVisitor<? extends T> visitor) |
void |
enterRule(ParseTreeListener listener) |
void |
exitRule(ParseTreeListener listener) |
FieldSpecifierNotationParser.QualifiedComponentContext |
qualifiedComponent() |
copyFrom, getRuleIndex
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
depth, getAltNumber, getPayload, getRuleContext, getText, isEmpty, setAltNumber, setParent, toString, toString, toString, toString, toString, toStringTree, toStringTree, toStringTree
public QualifyComponentContext(FieldSpecifierNotationParser.DotExpressionComponentContext ctx)
public FieldSpecifierNotationParser.QualifiedComponentContext qualifiedComponent()
public void enterRule(ParseTreeListener listener)
enterRule
in class ParserRuleContext
public void exitRule(ParseTreeListener listener)
exitRule
in class ParserRuleContext
public <T> T accept(ParseTreeVisitor<? extends T> visitor)
accept
in interface ParseTree
accept
in class RuleContext