public static class DmlParser.IterablePredicateSeqExpressionContext extends DmlParser.IterablePredicateContext
Modifier and Type | Field and Description |
---|---|
DmlParser.ExpressionContext |
from |
DmlParser.ExpressionContext |
increment |
DmlParser.ExpressionContext |
to |
info
Constructor and Description |
---|
IterablePredicateSeqExpressionContext(DmlParser.IterablePredicateContext 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, getRuleIndex
addChild, addChild, addChild, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
public DmlParser.ExpressionContext from
public DmlParser.ExpressionContext to
public DmlParser.ExpressionContext increment
public IterablePredicateSeqExpressionContext(DmlParser.IterablePredicateContext 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.ParserRuleContext
public void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
exitRule
in class org.antlr.v4.runtime.ParserRuleContext
Copyright © 2020 The Apache Software Foundation. All rights reserved.