Package graphql.language
Class AstNodeAdapter
java.lang.Object
graphql.language.AstNodeAdapter
- All Implemented Interfaces:
NodeAdapter<Node>
Adapts an Ast node to the general node from the util package
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetNamedChildren(Node node) removeChild(Node node, NodeLocation location)
-
Field Details
-
AST_NODE_ADAPTER
-
-
Method Details
-
getNamedChildren
- Specified by:
getNamedChildrenin interfaceNodeAdapter<Node>
-
withNewChildren
- Specified by:
withNewChildrenin interfaceNodeAdapter<Node>
-
removeChild
- Specified by:
removeChildin interfaceNodeAdapter<Node>
-