Package | Description |
---|---|
<Unnamed> |
Modifier and Type | Method and Description |
---|---|
GraphqlCommonParser.NameContext |
GraphqlCommonParser.name() |
GraphqlCommonParser.NameContext |
GraphqlCommonParser.EnumValueContext.name() |
GraphqlCommonParser.NameContext |
GraphqlCommonParser.ObjectFieldContext.name() |
GraphqlCommonParser.NameContext |
GraphqlCommonParser.ObjectFieldWithVariableContext.name() |
GraphqlCommonParser.NameContext |
GraphqlCommonParser.DirectiveContext.name() |
GraphqlCommonParser.NameContext |
GraphqlCommonParser.ArgumentContext.name() |
GraphqlCommonParser.NameContext |
GraphqlCommonParser.VariableContext.name() |
GraphqlCommonParser.NameContext |
GraphqlCommonParser.TypeNameContext.name() |
Modifier and Type | Method and Description |
---|---|
void |
GraphqlCommonListener.enterName(GraphqlCommonParser.NameContext ctx)
Enter a parse tree produced by
GraphqlCommonParser.name() . |
void |
GraphqlCommonBaseListener.enterName(GraphqlCommonParser.NameContext ctx)
Enter a parse tree produced by
GraphqlCommonParser.name() . |
void |
GraphqlCommonListener.exitName(GraphqlCommonParser.NameContext ctx)
Exit a parse tree produced by
GraphqlCommonParser.name() . |
void |
GraphqlCommonBaseListener.exitName(GraphqlCommonParser.NameContext ctx)
Exit a parse tree produced by
GraphqlCommonParser.name() . |
T |
GraphqlCommonVisitor.visitName(GraphqlCommonParser.NameContext ctx)
Visit a parse tree produced by
GraphqlCommonParser.name() . |
T |
GraphqlCommonBaseVisitor.visitName(GraphqlCommonParser.NameContext ctx)
Visit a parse tree produced by
GraphqlCommonParser.name() . |
Copyright © 2019. All rights reserved.