Interface Node.IParent
-
- Enclosing class:
- Node
public static interface Node.IParent
The parent of a processed node.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description void
addChild(VariableID child)
default boolean
isCollection()
-
-
-
Method Detail
-
addChild
void addChild(VariableID child)
-
isCollection
default boolean isCollection()
-
-