Package | Description |
---|---|
<Unnamed> |
Modifier and Type | Method and Description |
---|---|
GraphqlSDLParser.ArgumentContext |
GraphqlSDLParser.argument() |
GraphqlSDLParser.ArgumentContext |
GraphqlSDLParser.ArgumentsContext.argument(int i) |
Modifier and Type | Method and Description |
---|---|
List<GraphqlSDLParser.ArgumentContext> |
GraphqlSDLParser.ArgumentsContext.argument() |
Modifier and Type | Method and Description |
---|---|
void |
GraphqlSDLListener.enterArgument(GraphqlSDLParser.ArgumentContext ctx)
Enter a parse tree produced by
GraphqlSDLParser.argument() . |
void |
GraphqlSDLBaseListener.enterArgument(GraphqlSDLParser.ArgumentContext ctx)
Enter a parse tree produced by
GraphqlSDLParser.argument() . |
void |
GraphqlSDLListener.exitArgument(GraphqlSDLParser.ArgumentContext ctx)
Exit a parse tree produced by
GraphqlSDLParser.argument() . |
void |
GraphqlSDLBaseListener.exitArgument(GraphqlSDLParser.ArgumentContext ctx)
Exit a parse tree produced by
GraphqlSDLParser.argument() . |
T |
GraphqlSDLVisitor.visitArgument(GraphqlSDLParser.ArgumentContext ctx)
Visit a parse tree produced by
GraphqlSDLParser.argument() . |
T |
GraphqlSDLBaseVisitor.visitArgument(GraphqlSDLParser.ArgumentContext ctx)
Visit a parse tree produced by
GraphqlSDLParser.argument() . |
Copyright © 2019. All rights reserved.