Package | Description |
---|---|
graphql.parser | |
graphql.parser.antlr |
Modifier and Type | Method and Description |
---|---|
protected SelectionSet |
GraphqlAntlrToLanguage.createSelectionSet(GraphqlParser.SelectionSetContext ctx) |
Modifier and Type | Method and Description |
---|---|
GraphqlParser.SelectionSetContext |
GraphqlParser.selectionSet() |
GraphqlParser.SelectionSetContext |
GraphqlParser.OperationDefinitionContext.selectionSet() |
GraphqlParser.SelectionSetContext |
GraphqlParser.FieldContext.selectionSet() |
GraphqlParser.SelectionSetContext |
GraphqlParser.InlineFragmentContext.selectionSet() |
GraphqlParser.SelectionSetContext |
GraphqlParser.FragmentDefinitionContext.selectionSet() |
Modifier and Type | Method and Description |
---|---|
void |
GraphqlListener.enterSelectionSet(GraphqlParser.SelectionSetContext ctx)
Enter a parse tree produced by
GraphqlParser#selectionSet . |
void |
GraphqlBaseListener.enterSelectionSet(GraphqlParser.SelectionSetContext ctx)
Enter a parse tree produced by
GraphqlParser#selectionSet . |
void |
GraphqlListener.exitSelectionSet(GraphqlParser.SelectionSetContext ctx)
Exit a parse tree produced by
GraphqlParser#selectionSet . |
void |
GraphqlBaseListener.exitSelectionSet(GraphqlParser.SelectionSetContext ctx)
Exit a parse tree produced by
GraphqlParser#selectionSet . |
T |
GraphqlVisitor.visitSelectionSet(GraphqlParser.SelectionSetContext ctx)
Visit a parse tree produced by
GraphqlParser#selectionSet . |
T |
GraphqlBaseVisitor.visitSelectionSet(GraphqlParser.SelectionSetContext ctx)
Visit a parse tree produced by
GraphqlParser#selectionSet . |
Copyright © 2019. All rights reserved.