Package | Description |
---|---|
graphql.parser | |
graphql.parser.antlr |
Modifier and Type | Method and Description |
---|---|
protected TypeName |
GraphqlAntlrToLanguage.createTypeName(GraphqlParser.TypeNameContext ctx) |
Modifier and Type | Method and Description |
---|---|
GraphqlParser.TypeNameContext |
GraphqlParser.typeName() |
GraphqlParser.TypeNameContext |
GraphqlParser.OperationTypeDefinitionContext.typeName() |
GraphqlParser.TypeNameContext |
GraphqlParser.UnionMembersContext.typeName() |
GraphqlParser.TypeNameContext |
GraphqlParser.TypeContext.typeName() |
GraphqlParser.TypeNameContext |
GraphqlParser.NonNullTypeContext.typeName() |
GraphqlParser.TypeNameContext |
GraphqlParser.TypeConditionContext.typeName() |
GraphqlParser.TypeNameContext |
GraphqlParser.ImplementsInterfacesContext.typeName(int i) |
Modifier and Type | Method and Description |
---|---|
List<GraphqlParser.TypeNameContext> |
GraphqlParser.ImplementsInterfacesContext.typeName() |
Modifier and Type | Method and Description |
---|---|
void |
GraphqlListener.enterTypeName(GraphqlParser.TypeNameContext ctx)
Enter a parse tree produced by
GraphqlParser#typeName . |
void |
GraphqlBaseListener.enterTypeName(GraphqlParser.TypeNameContext ctx)
Enter a parse tree produced by
GraphqlParser#typeName . |
void |
GraphqlListener.exitTypeName(GraphqlParser.TypeNameContext ctx)
Exit a parse tree produced by
GraphqlParser#typeName . |
void |
GraphqlBaseListener.exitTypeName(GraphqlParser.TypeNameContext ctx)
Exit a parse tree produced by
GraphqlParser#typeName . |
T |
GraphqlVisitor.visitTypeName(GraphqlParser.TypeNameContext ctx)
Visit a parse tree produced by
GraphqlParser#typeName . |
T |
GraphqlBaseVisitor.visitTypeName(GraphqlParser.TypeNameContext ctx)
Visit a parse tree produced by
GraphqlParser#typeName . |
Copyright © 2019. All rights reserved.