Interface Node<T>
- All Known Implementing Classes:
PathObjectNode,PathObjectOrTypeNode,PathTypeNode
public interface Node<T>
-
Method Summary
-
Method Details
-
get
T get() -
getChildren
-
isGuarded
-
inspect
boolean inspect()
-
PathObjectNode, PathObjectOrTypeNode, PathTypeNode