TraversableNode
Interface
Common
interface TraversableNode : DelegatableNode
Allows Modifier.Node
classes to traverse up/down the Node tree for classes of the same type or
for a particular key (traverseKey).
Note: The actual traversals are done in extension functions (see bottom of file).
Properties
Common
val traverseKey: Any