public static class FieldSpecifierNotationParser.WildcardContext extends FieldSpecifierNotationParser.DotExpressionComponentContext
children, exception, start, stop
EMPTY, invokingState, parent
Constructor and Description |
---|
WildcardContext(FieldSpecifierNotationParser.DotExpressionComponentContext ctx) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(ParseTreeVisitor<? extends T> visitor) |
void |
enterRule(ParseTreeListener listener) |
void |
exitRule(ParseTreeListener listener) |
TerminalNode |
WILDCARD() |
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 WildcardContext(FieldSpecifierNotationParser.DotExpressionComponentContext ctx)
public TerminalNode WILDCARD()
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