Package | Description |
---|---|
<Unnamed> |
Modifier and Type | Method and Description |
---|---|
GraphqlSDLParser.ArgumentsContext |
GraphqlSDLParser.arguments() |
GraphqlSDLParser.ArgumentsContext |
GraphqlSDLParser.DirectiveContext.arguments() |
Modifier and Type | Method and Description |
---|---|
void |
GraphqlSDLListener.enterArguments(GraphqlSDLParser.ArgumentsContext ctx)
Enter a parse tree produced by
GraphqlSDLParser.arguments() . |
void |
GraphqlSDLBaseListener.enterArguments(GraphqlSDLParser.ArgumentsContext ctx)
Enter a parse tree produced by
GraphqlSDLParser.arguments() . |
void |
GraphqlSDLListener.exitArguments(GraphqlSDLParser.ArgumentsContext ctx)
Exit a parse tree produced by
GraphqlSDLParser.arguments() . |
void |
GraphqlSDLBaseListener.exitArguments(GraphqlSDLParser.ArgumentsContext ctx)
Exit a parse tree produced by
GraphqlSDLParser.arguments() . |
T |
GraphqlSDLVisitor.visitArguments(GraphqlSDLParser.ArgumentsContext ctx)
Visit a parse tree produced by
GraphqlSDLParser.arguments() . |
T |
GraphqlSDLBaseVisitor.visitArguments(GraphqlSDLParser.ArgumentsContext ctx)
Visit a parse tree produced by
GraphqlSDLParser.arguments() . |
Copyright © 2019. All rights reserved.