public static class GraphqlParser.ValueWithVariableContext
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor and Description |
|---|
GraphqlParser.ValueWithVariableContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor) |
GraphqlParser.ArrayValueWithVariableContext |
arrayValueWithVariable() |
org.antlr.v4.runtime.tree.TerminalNode |
BooleanValue() |
GraphqlParser.EnumValueContext |
enumValue() |
org.antlr.v4.runtime.tree.TerminalNode |
FloatValue() |
int |
getRuleIndex() |
org.antlr.v4.runtime.tree.TerminalNode |
IntValue() |
GraphqlParser.ObjectValueWithVariableContext |
objectValueWithVariable() |
org.antlr.v4.runtime.tree.TerminalNode |
StringValue() |
GraphqlParser.VariableContext |
variable() |
addChild, addChild, addChild, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic GraphqlParser.ValueWithVariableContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public GraphqlParser.VariableContext variable()
public org.antlr.v4.runtime.tree.TerminalNode IntValue()
public org.antlr.v4.runtime.tree.TerminalNode FloatValue()
public org.antlr.v4.runtime.tree.TerminalNode StringValue()
public org.antlr.v4.runtime.tree.TerminalNode BooleanValue()
public GraphqlParser.EnumValueContext enumValue()
public GraphqlParser.ArrayValueWithVariableContext arrayValueWithVariable()
public GraphqlParser.ObjectValueWithVariableContext objectValueWithVariable()
public int getRuleIndex()
getRuleIndex in class org.antlr.v4.runtime.RuleContextpublic <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.RuleContext