Package | Description |
---|---|
graphql.parser | |
graphql.parser.antlr |
Modifier and Type | Method and Description |
---|---|
protected List<Argument> |
GraphqlAntlrToLanguage.createArguments(GraphqlParser.ArgumentsContext ctx) |
Modifier and Type | Method and Description |
---|---|
GraphqlParser.ArgumentsContext |
GraphqlParser.arguments() |
GraphqlParser.ArgumentsContext |
GraphqlParser.DirectiveContext.arguments() |
GraphqlParser.ArgumentsContext |
GraphqlParser.FieldContext.arguments() |
Modifier and Type | Method and Description |
---|---|
void |
GraphqlListener.enterArguments(GraphqlParser.ArgumentsContext ctx)
Enter a parse tree produced by
GraphqlParser#arguments . |
void |
GraphqlBaseListener.enterArguments(GraphqlParser.ArgumentsContext ctx)
Enter a parse tree produced by
GraphqlParser#arguments . |
void |
GraphqlListener.exitArguments(GraphqlParser.ArgumentsContext ctx)
Exit a parse tree produced by
GraphqlParser#arguments . |
void |
GraphqlBaseListener.exitArguments(GraphqlParser.ArgumentsContext ctx)
Exit a parse tree produced by
GraphqlParser#arguments . |
T |
GraphqlVisitor.visitArguments(GraphqlParser.ArgumentsContext ctx)
Visit a parse tree produced by
GraphqlParser#arguments . |
T |
GraphqlBaseVisitor.visitArguments(GraphqlParser.ArgumentsContext ctx)
Visit a parse tree produced by
GraphqlParser#arguments . |
Copyright © 2019. All rights reserved.