public static class VerdictSQLParser.In_predicateContext extends VerdictSQLParser.PredicateContext
| Constructor and Description |
|---|
In_predicateContext(VerdictSQLParser.PredicateContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor) |
VerdictSQLParser.Expression_listContext |
expression_list() |
VerdictSQLParser.ExpressionContext |
expression() |
org.antlr.v4.runtime.tree.TerminalNode |
IN() |
org.antlr.v4.runtime.tree.TerminalNode |
NOT() |
VerdictSQLParser.SubqueryContext |
subquery() |
copyFrom, getRuleIndexaddChild, addChild, addChild, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic In_predicateContext(VerdictSQLParser.PredicateContext ctx)
public VerdictSQLParser.ExpressionContext expression()
public org.antlr.v4.runtime.tree.TerminalNode IN()
public VerdictSQLParser.SubqueryContext subquery()
public VerdictSQLParser.Expression_listContext expression_list()
public org.antlr.v4.runtime.tree.TerminalNode NOT()
public <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 © 2018 University of Michigan. All rights reserved.