public static class VerdictSQLParser.Primitive_expressionContext extends VerdictSQLParser.ExpressionContext
| Constructor and Description |
|---|
Primitive_expressionContext(VerdictSQLParser.ExpressionContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor) |
VerdictSQLParser.ConstantContext |
constant() |
org.antlr.v4.runtime.tree.TerminalNode |
LOCAL_ID() |
org.antlr.v4.runtime.tree.TerminalNode |
NULL() |
VerdictSQLParser.True_orfalseContext |
true_orfalse() |
copyFrom, getRuleIndexaddChild, addChild, addChild, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic Primitive_expressionContext(VerdictSQLParser.ExpressionContext ctx)
public org.antlr.v4.runtime.tree.TerminalNode NULL()
public org.antlr.v4.runtime.tree.TerminalNode LOCAL_ID()
public VerdictSQLParser.ConstantContext constant()
public VerdictSQLParser.True_orfalseContext true_orfalse()
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.