public static class DmlParser.IndexedExpressionContext extends DmlParser.DataIdentifierContext
| Modifier and Type | Field and Description | 
|---|---|
DmlParser.ExpressionContext | 
colLower  | 
DmlParser.ExpressionContext | 
colUpper  | 
org.antlr.v4.runtime.Token | 
name  | 
DmlParser.ExpressionContext | 
rowLower  | 
DmlParser.ExpressionContext | 
rowUpper  | 
dataInfo| Constructor and Description | 
|---|
IndexedExpressionContext(DmlParser.DataIdentifierContext ctx)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)  | 
void | 
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)  | 
List<DmlParser.ExpressionContext> | 
expression()  | 
DmlParser.ExpressionContext | 
expression(int i)  | 
org.antlr.v4.runtime.tree.TerminalNode | 
ID()  | 
copyFrom, getRuleIndexaddChild, addChild, addChild, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic org.antlr.v4.runtime.Token name
public DmlParser.ExpressionContext rowLower
public DmlParser.ExpressionContext rowUpper
public DmlParser.ExpressionContext colLower
public DmlParser.ExpressionContext colUpper
public IndexedExpressionContext(DmlParser.DataIdentifierContext ctx)
public org.antlr.v4.runtime.tree.TerminalNode ID()
public List<DmlParser.ExpressionContext> expression()
public DmlParser.ExpressionContext expression(int i)
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.ParserRuleContextCopyright © 2021 The Apache Software Foundation. All rights reserved.