Package | Description |
---|---|
graphql.language | |
graphql.parser |
Modifier and Type | Method and Description |
---|---|
DirectiveLocation |
DirectiveLocation.Builder.build() |
DirectiveLocation |
DirectiveLocation.deepCopy() |
DirectiveLocation |
DirectiveLocation.transform(Consumer<DirectiveLocation.Builder> builderConsumer) |
DirectiveLocation |
DirectiveLocation.withNewChildren(NodeChildrenContainer newChildren) |
Modifier and Type | Method and Description |
---|---|
List<DirectiveLocation> |
DirectiveDefinition.getDirectiveLocations() |
Modifier and Type | Method and Description |
---|---|
DirectiveDefinition.Builder |
DirectiveDefinition.Builder.directiveLocation(DirectiveLocation directiveLocation) |
TraversalControl |
NodeVisitorStub.visitDirectiveLocation(DirectiveLocation node,
TraverserContext<Node> context) |
TraversalControl |
NodeVisitor.visitDirectiveLocation(DirectiveLocation node,
TraverserContext<Node> data) |
Modifier and Type | Method and Description |
---|---|
DirectiveDefinition.Builder |
DirectiveDefinition.Builder.directiveLocations(List<DirectiveLocation> directiveLocations) |
Constructor and Description |
---|
DirectiveDefinition(String name,
Description description,
List<InputValueDefinition> inputValueDefinitions,
List<DirectiveLocation> directiveLocations,
SourceLocation sourceLocation,
List<Comment> comments,
IgnoredChars ignoredChars) |
Modifier and Type | Method and Description |
---|---|
protected DirectiveLocation |
GraphqlAntlrToLanguage.createDirectiveLocation(GraphqlParser.DirectiveLocationContext ctx) |
Copyright © 2019. All rights reserved.