Package | Description |
---|---|
graphql.parser | |
graphql.parser.antlr |
Modifier and Type | Method and Description |
---|---|
protected Argument |
GraphqlAntlrToLanguage.createArgument(GraphqlParser.ArgumentContext ctx) |
Modifier and Type | Method and Description |
---|---|
GraphqlParser.ArgumentContext |
GraphqlParser.argument() |
GraphqlParser.ArgumentContext |
GraphqlParser.ArgumentsContext.argument(int i) |
Modifier and Type | Method and Description |
---|---|
List<GraphqlParser.ArgumentContext> |
GraphqlParser.ArgumentsContext.argument() |
Modifier and Type | Method and Description |
---|---|
void |
GraphqlListener.enterArgument(GraphqlParser.ArgumentContext ctx)
Enter a parse tree produced by
GraphqlParser#argument . |
void |
GraphqlBaseListener.enterArgument(GraphqlParser.ArgumentContext ctx)
Enter a parse tree produced by
GraphqlParser#argument . |
void |
GraphqlListener.exitArgument(GraphqlParser.ArgumentContext ctx)
Exit a parse tree produced by
GraphqlParser#argument . |
void |
GraphqlBaseListener.exitArgument(GraphqlParser.ArgumentContext ctx)
Exit a parse tree produced by
GraphqlParser#argument . |
T |
GraphqlVisitor.visitArgument(GraphqlParser.ArgumentContext ctx)
Visit a parse tree produced by
GraphqlParser#argument . |
T |
GraphqlBaseVisitor.visitArgument(GraphqlParser.ArgumentContext ctx)
Visit a parse tree produced by
GraphqlParser#argument . |
Copyright © 2019. All rights reserved.