Package | Description |
---|---|
graphql.parser | |
graphql.parser.antlr |
Modifier and Type | Method and Description |
---|---|
protected Type |
GraphqlAntlrToLanguage.createType(GraphqlParser.TypeContext ctx) |
Modifier and Type | Method and Description |
---|---|
GraphqlParser.TypeContext |
GraphqlParser.type() |
GraphqlParser.TypeContext |
GraphqlParser.FieldDefinitionContext.type() |
GraphqlParser.TypeContext |
GraphqlParser.InputValueDefinitionContext.type() |
GraphqlParser.TypeContext |
GraphqlParser.ListTypeContext.type() |
GraphqlParser.TypeContext |
GraphqlParser.VariableDefinitionContext.type() |
Modifier and Type | Method and Description |
---|---|
void |
GraphqlListener.enterType(GraphqlParser.TypeContext ctx)
Enter a parse tree produced by
GraphqlParser#type . |
void |
GraphqlBaseListener.enterType(GraphqlParser.TypeContext ctx)
Enter a parse tree produced by
GraphqlParser#type . |
void |
GraphqlListener.exitType(GraphqlParser.TypeContext ctx)
Exit a parse tree produced by
GraphqlParser#type . |
void |
GraphqlBaseListener.exitType(GraphqlParser.TypeContext ctx)
Exit a parse tree produced by
GraphqlParser#type . |
T |
GraphqlVisitor.visitType(GraphqlParser.TypeContext ctx)
Visit a parse tree produced by
GraphqlParser#type . |
T |
GraphqlBaseVisitor.visitType(GraphqlParser.TypeContext ctx)
Visit a parse tree produced by
GraphqlParser#type . |
Copyright © 2019. All rights reserved.