public static class BasicParser.ParensContext extends BasicParser.SingleExprContext
children, exception, start, stop
EMPTY, invokingState, parent
Constructor and Description |
---|
ParensContext(BasicParser.SingleExprContext ctx) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(ParseTreeVisitor<? extends T> visitor) |
BasicParser.ExprContext |
expr() |
TerminalNode |
PARCLOSE() |
TerminalNode |
PAROPEN() |
copyFrom, getRuleIndex
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, enterRule, exitRule, 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 ParensContext(BasicParser.SingleExprContext ctx)
public TerminalNode PAROPEN()
public BasicParser.ExprContext expr()
public TerminalNode PARCLOSE()
public <T> T accept(ParseTreeVisitor<? extends T> visitor)
accept
in interface ParseTree
accept
in class RuleContext