trait
ExtendedNodeVisitor[U] extends (NodeT) ⇒ U with (NodeT, Int, Int, ⇒ NodeInformer) ⇒ U
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
-
final
def
==(arg0: Any): Boolean
-
def
andThen[A](g: (U) ⇒ A): (NodeT) ⇒ A
-
def
apply(node: NodeT): U
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
compose[A](g: (A) ⇒ NodeT): (A) ⇒ U
-
-
-
-
-
-
-
-
def
finalize(): Unit
-
def
formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
isDefined: Boolean
-
-
-
final
def
isInstanceOf[T0]: Boolean
-
-
-
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
stringPrefix: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toParArray: ParArray[T]
-
def
toString(): String
-
-
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
~[N >: N1, N2 <: N](n2: N2): UnDiEdge[N]
-
def
~>[N >: N1, N2 <: N](n2: N2): DiEdge[N]
-
Shadowed Implicit Value Members
-
def
andThen[A](g: (Boolean) ⇒ A): (Param[NodeT, EI]) ⇒ A
-
-
def
compose[A](g: (A) ⇒ Param[NodeT, EI]): (A) ⇒ Boolean
-
def
toString(): String
-
def
toString(): String
Inherited from (NodeT) ⇒ U
Template for extended node visitors. While the default node visitor of the type
NodeT => U
passes solely the inner node being visited, extended node visitors pass the following traversal state information: