Package | Description |
---|---|
<Unnamed> |
Modifier and Type | Method and Description |
---|---|
GraphqlSDLParser.DirectiveContext |
GraphqlSDLParser.directive() |
GraphqlSDLParser.DirectiveContext |
GraphqlSDLParser.DirectivesContext.directive(int i) |
Modifier and Type | Method and Description |
---|---|
List<GraphqlSDLParser.DirectiveContext> |
GraphqlSDLParser.DirectivesContext.directive() |
Modifier and Type | Method and Description |
---|---|
void |
GraphqlSDLListener.enterDirective(GraphqlSDLParser.DirectiveContext ctx)
Enter a parse tree produced by
GraphqlSDLParser.directive() . |
void |
GraphqlSDLBaseListener.enterDirective(GraphqlSDLParser.DirectiveContext ctx)
Enter a parse tree produced by
GraphqlSDLParser.directive() . |
void |
GraphqlSDLListener.exitDirective(GraphqlSDLParser.DirectiveContext ctx)
Exit a parse tree produced by
GraphqlSDLParser.directive() . |
void |
GraphqlSDLBaseListener.exitDirective(GraphqlSDLParser.DirectiveContext ctx)
Exit a parse tree produced by
GraphqlSDLParser.directive() . |
T |
GraphqlSDLVisitor.visitDirective(GraphqlSDLParser.DirectiveContext ctx)
Visit a parse tree produced by
GraphqlSDLParser.directive() . |
T |
GraphqlSDLBaseVisitor.visitDirective(GraphqlSDLParser.DirectiveContext ctx)
Visit a parse tree produced by
GraphqlSDLParser.directive() . |
Copyright © 2019. All rights reserved.