Package | Description |
---|---|
graphql.language | |
graphql.parser |
Modifier and Type | Method and Description |
---|---|
NonNullType |
NonNullType.Builder.build() |
NonNullType |
NonNullType.deepCopy() |
NonNullType |
NonNullType.transform(Consumer<NonNullType.Builder> builderConsumer) |
NonNullType |
NonNullType.withNewChildren(NodeChildrenContainer newChildren) |
Modifier and Type | Method and Description |
---|---|
TraversalControl |
NodeVisitorStub.visitNonNullType(NonNullType node,
TraverserContext<Node> context) |
TraversalControl |
NodeVisitor.visitNonNullType(NonNullType node,
TraverserContext<Node> data) |
Modifier and Type | Method and Description |
---|---|
protected NonNullType |
GraphqlAntlrToLanguage.createNonNullType(GraphqlParser.NonNullTypeContext ctx) |
Copyright © 2019. All rights reserved.