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