Package | Description |
---|---|
<Unnamed> |
Modifier and Type | Method and Description |
---|---|
GraphqlSDLParser.VariableContext |
GraphqlSDLParser.variable() |
GraphqlSDLParser.VariableContext |
GraphqlSDLParser.ValueWithVariableContext.variable() |
Modifier and Type | Method and Description |
---|---|
void |
GraphqlSDLListener.enterVariable(GraphqlSDLParser.VariableContext ctx)
Enter a parse tree produced by
GraphqlSDLParser.variable() . |
void |
GraphqlSDLBaseListener.enterVariable(GraphqlSDLParser.VariableContext ctx)
Enter a parse tree produced by
GraphqlSDLParser.variable() . |
void |
GraphqlSDLListener.exitVariable(GraphqlSDLParser.VariableContext ctx)
Exit a parse tree produced by
GraphqlSDLParser.variable() . |
void |
GraphqlSDLBaseListener.exitVariable(GraphqlSDLParser.VariableContext ctx)
Exit a parse tree produced by
GraphqlSDLParser.variable() . |
T |
GraphqlSDLVisitor.visitVariable(GraphqlSDLParser.VariableContext ctx)
Visit a parse tree produced by
GraphqlSDLParser.variable() . |
T |
GraphqlSDLBaseVisitor.visitVariable(GraphqlSDLParser.VariableContext ctx)
Visit a parse tree produced by
GraphqlSDLParser.variable() . |
Copyright © 2019. All rights reserved.