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