Package | Description |
---|---|
<Unnamed> |
Modifier and Type | Method and Description |
---|---|
GraphqlSDLParser.NameContext |
GraphqlSDLParser.name() |
GraphqlSDLParser.NameContext |
GraphqlSDLParser.ScalarTypeDefinitionContext.name() |
GraphqlSDLParser.NameContext |
GraphqlSDLParser.ScalarTypeExtensionDefinitionContext.name() |
GraphqlSDLParser.NameContext |
GraphqlSDLParser.ObjectTypeDefinitionContext.name() |
GraphqlSDLParser.NameContext |
GraphqlSDLParser.ObjectTypeExtensionDefinitionContext.name() |
GraphqlSDLParser.NameContext |
GraphqlSDLParser.FieldDefinitionContext.name() |
GraphqlSDLParser.NameContext |
GraphqlSDLParser.InputValueDefinitionContext.name() |
GraphqlSDLParser.NameContext |
GraphqlSDLParser.InterfaceTypeDefinitionContext.name() |
GraphqlSDLParser.NameContext |
GraphqlSDLParser.InterfaceTypeExtensionDefinitionContext.name() |
GraphqlSDLParser.NameContext |
GraphqlSDLParser.UnionTypeDefinitionContext.name() |
GraphqlSDLParser.NameContext |
GraphqlSDLParser.UnionTypeExtensionDefinitionContext.name() |
GraphqlSDLParser.NameContext |
GraphqlSDLParser.EnumTypeDefinitionContext.name() |
GraphqlSDLParser.NameContext |
GraphqlSDLParser.EnumTypeExtensionDefinitionContext.name() |
GraphqlSDLParser.NameContext |
GraphqlSDLParser.InputObjectTypeDefinitionContext.name() |
GraphqlSDLParser.NameContext |
GraphqlSDLParser.InputObjectTypeExtensionDefinitionContext.name() |
GraphqlSDLParser.NameContext |
GraphqlSDLParser.DirectiveDefinitionContext.name() |
GraphqlSDLParser.NameContext |
GraphqlSDLParser.DirectiveLocationContext.name() |
GraphqlSDLParser.NameContext |
GraphqlSDLParser.EnumValueContext.name() |
GraphqlSDLParser.NameContext |
GraphqlSDLParser.ObjectFieldContext.name() |
GraphqlSDLParser.NameContext |
GraphqlSDLParser.ObjectFieldWithVariableContext.name() |
GraphqlSDLParser.NameContext |
GraphqlSDLParser.DirectiveContext.name() |
GraphqlSDLParser.NameContext |
GraphqlSDLParser.ArgumentContext.name() |
GraphqlSDLParser.NameContext |
GraphqlSDLParser.VariableContext.name() |
GraphqlSDLParser.NameContext |
GraphqlSDLParser.TypeNameContext.name() |
Modifier and Type | Method and Description |
---|---|
void |
GraphqlSDLListener.enterName(GraphqlSDLParser.NameContext ctx)
Enter a parse tree produced by
GraphqlSDLParser.name() . |
void |
GraphqlSDLBaseListener.enterName(GraphqlSDLParser.NameContext ctx)
Enter a parse tree produced by
GraphqlSDLParser.name() . |
void |
GraphqlSDLListener.exitName(GraphqlSDLParser.NameContext ctx)
Exit a parse tree produced by
GraphqlSDLParser.name() . |
void |
GraphqlSDLBaseListener.exitName(GraphqlSDLParser.NameContext ctx)
Exit a parse tree produced by
GraphqlSDLParser.name() . |
T |
GraphqlSDLVisitor.visitName(GraphqlSDLParser.NameContext ctx)
Visit a parse tree produced by
GraphqlSDLParser.name() . |
T |
GraphqlSDLBaseVisitor.visitName(GraphqlSDLParser.NameContext ctx)
Visit a parse tree produced by
GraphqlSDLParser.name() . |
Copyright © 2019. All rights reserved.