public static class GraphqlCommonParser.ValueWithVariableContext
extends org.antlr.v4.runtime.ParserRuleContext
Constructor and Description |
---|
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) |
GraphqlCommonParser.ArrayValueWithVariableContext |
arrayValueWithVariable() |
org.antlr.v4.runtime.tree.TerminalNode |
BooleanValue() |
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
GraphqlCommonParser.EnumValueContext |
enumValue() |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
org.antlr.v4.runtime.tree.TerminalNode |
FloatValue() |
int |
getRuleIndex() |
org.antlr.v4.runtime.tree.TerminalNode |
IntValue() |
org.antlr.v4.runtime.tree.TerminalNode |
NullValue() |
GraphqlCommonParser.ObjectValueWithVariableContext |
objectValueWithVariable() |
GraphqlCommonParser.StringValueContext |
stringValue() |
GraphqlCommonParser.VariableContext |
variable() |
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
public ValueWithVariableContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
public GraphqlCommonParser.VariableContext variable()
public GraphqlCommonParser.StringValueContext stringValue()
public org.antlr.v4.runtime.tree.TerminalNode IntValue()
public org.antlr.v4.runtime.tree.TerminalNode FloatValue()
public org.antlr.v4.runtime.tree.TerminalNode BooleanValue()
public org.antlr.v4.runtime.tree.TerminalNode NullValue()
public GraphqlCommonParser.EnumValueContext enumValue()
public GraphqlCommonParser.ArrayValueWithVariableContext arrayValueWithVariable()
public GraphqlCommonParser.ObjectValueWithVariableContext objectValueWithVariable()
public int getRuleIndex()
getRuleIndex
in class org.antlr.v4.runtime.RuleContext
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
public <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
accept
in interface org.antlr.v4.runtime.tree.ParseTree
accept
in class org.antlr.v4.runtime.RuleContext
Copyright © 2019. All rights reserved.