Package | Description |
---|---|
<Unnamed> |
Modifier and Type | Method and Description |
---|---|
GraphqlSDLParser.TypeContext |
GraphqlSDLParser.type() |
GraphqlSDLParser.TypeContext |
GraphqlSDLParser.FieldDefinitionContext.type() |
GraphqlSDLParser.TypeContext |
GraphqlSDLParser.InputValueDefinitionContext.type() |
GraphqlSDLParser.TypeContext |
GraphqlSDLParser.ListTypeContext.type() |
Modifier and Type | Method and Description |
---|---|
void |
GraphqlSDLListener.enterType(GraphqlSDLParser.TypeContext ctx)
Enter a parse tree produced by
GraphqlSDLParser.type() . |
void |
GraphqlSDLBaseListener.enterType(GraphqlSDLParser.TypeContext ctx)
Enter a parse tree produced by
GraphqlSDLParser.type() . |
void |
GraphqlSDLListener.exitType(GraphqlSDLParser.TypeContext ctx)
Exit a parse tree produced by
GraphqlSDLParser.type() . |
void |
GraphqlSDLBaseListener.exitType(GraphqlSDLParser.TypeContext ctx)
Exit a parse tree produced by
GraphqlSDLParser.type() . |
T |
GraphqlSDLVisitor.visitType(GraphqlSDLParser.TypeContext ctx)
Visit a parse tree produced by
GraphqlSDLParser.type() . |
T |
GraphqlSDLBaseVisitor.visitType(GraphqlSDLParser.TypeContext ctx)
Visit a parse tree produced by
GraphqlSDLParser.type() . |
Copyright © 2019. All rights reserved.