Package | Description |
---|---|
<Unnamed> |
Modifier and Type | Method and Description |
---|---|
GraphqlSDLParser.TypeNameContext |
GraphqlSDLParser.typeName() |
GraphqlSDLParser.TypeNameContext |
GraphqlSDLParser.OperationTypeDefinitionContext.typeName() |
GraphqlSDLParser.TypeNameContext |
GraphqlSDLParser.UnionMembersContext.typeName() |
GraphqlSDLParser.TypeNameContext |
GraphqlSDLParser.TypeContext.typeName() |
GraphqlSDLParser.TypeNameContext |
GraphqlSDLParser.NonNullTypeContext.typeName() |
GraphqlSDLParser.TypeNameContext |
GraphqlSDLParser.ImplementsInterfacesContext.typeName(int i) |
Modifier and Type | Method and Description |
---|---|
List<GraphqlSDLParser.TypeNameContext> |
GraphqlSDLParser.ImplementsInterfacesContext.typeName() |
Modifier and Type | Method and Description |
---|---|
void |
GraphqlSDLListener.enterTypeName(GraphqlSDLParser.TypeNameContext ctx)
Enter a parse tree produced by
GraphqlSDLParser.typeName() . |
void |
GraphqlSDLBaseListener.enterTypeName(GraphqlSDLParser.TypeNameContext ctx)
Enter a parse tree produced by
GraphqlSDLParser.typeName() . |
void |
GraphqlSDLListener.exitTypeName(GraphqlSDLParser.TypeNameContext ctx)
Exit a parse tree produced by
GraphqlSDLParser.typeName() . |
void |
GraphqlSDLBaseListener.exitTypeName(GraphqlSDLParser.TypeNameContext ctx)
Exit a parse tree produced by
GraphqlSDLParser.typeName() . |
T |
GraphqlSDLVisitor.visitTypeName(GraphqlSDLParser.TypeNameContext ctx)
Visit a parse tree produced by
GraphqlSDLParser.typeName() . |
T |
GraphqlSDLBaseVisitor.visitTypeName(GraphqlSDLParser.TypeNameContext ctx)
Visit a parse tree produced by
GraphqlSDLParser.typeName() . |
Copyright © 2019. All rights reserved.