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:
getNamedChildren
in interfaceNodeAdapter<Node>
-
withNewChildren
- Specified by:
withNewChildren
in interfaceNodeAdapter<Node>
-
removeChild
- Specified by:
removeChild
in interfaceNodeAdapter<Node>
-