final
class
NodeOps extends AnyVal
Instance Constructors
-
new
NodeOps(tree: Node)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (NodeOps, B)
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
collect[T](pf: PartialFunction[Node, T]): Seq[T]
-
def
collectAll[T](pf: PartialFunction[Node, Seq[T]]): Seq[T]
-
def
ensuring(cond: (NodeOps) ⇒ Boolean, msg: ⇒ Any): NodeOps
-
def
ensuring(cond: (NodeOps) ⇒ Boolean): NodeOps
-
def
ensuring(cond: Boolean, msg: ⇒ Any): NodeOps
-
def
ensuring(cond: Boolean): NodeOps
-
def
findNode(p: (Node) ⇒ Boolean): Option[Node]
-
def
foreach[U](f: (Node) ⇒ U): Unit
-
def
formatted(fmtstr: String): String
-
def
getClass(): Class[_ <: AnyVal]
-
final
def
isInstanceOf[T0]: Boolean
-
def
mapChildrenWithScope(f: (Option[Symbol], Node, Scope) ⇒ Node, scope: Scope): Node
-
def
replace(f: PartialFunction[Node, Node], keepType: Boolean = false, bottomUp: Boolean = false): Node
-
def
select(field: Symbol): Node
-
def
toString(): String
-
val
tree: Node
-
def
→[B](y: B): (NodeOps, B)
Inherited from AnyVal
Inherited from Any
Inherited by implicit conversion any2stringadd from
NodeOps to any2stringadd[NodeOps]
Inherited by implicit conversion StringFormat from
NodeOps to StringFormat[NodeOps]
Inherited by implicit conversion Ensuring from
NodeOps to Ensuring[NodeOps]
Inherited by implicit conversion ArrowAssoc from
NodeOps to ArrowAssoc[NodeOps]
Extra methods for Nodes.