public static class SqlBaseParser.SubscriptContext extends SqlBaseParser.PrimaryExpressionContext
| Modifier and Type | Field and Description |
|---|---|
SqlBaseParser.ValueExpressionContext |
index |
SqlBaseParser.PrimaryExpressionContext |
value |
| Constructor and Description |
|---|
SubscriptContext(SqlBaseParser.PrimaryExpressionContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor) |
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
SqlBaseParser.PrimaryExpressionContext |
primaryExpression() |
SqlBaseParser.ValueExpressionContext |
valueExpression() |
copyFrom, getRuleIndexaddAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic SqlBaseParser.PrimaryExpressionContext value
public SqlBaseParser.ValueExpressionContext index
public SubscriptContext(SqlBaseParser.PrimaryExpressionContext ctx)
public SqlBaseParser.PrimaryExpressionContext primaryExpression()
public SqlBaseParser.ValueExpressionContext valueExpression()
public 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.ParserRuleContextpublic <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
accept in interface org.antlr.v4.runtime.tree.ParseTreeaccept in class org.antlr.v4.runtime.RuleContextCopyright © 2012–2023. All rights reserved.