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], stopOnMatch: Boolean = false): ConstArray[T]
-
def
collectAll[T](pf: PartialFunction[Node, ConstArray[T]]): ConstArray[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
formatted(fmtstr: String): String
-
def
getClass(): Class[_ <: AnyVal]
-
final
def
isInstanceOf[T0]: Boolean
-
def
replace(f: PartialFunction[Node, Node], keepType: Boolean = false, bottomUp: Boolean = false): Node
-
def
replaceInvalidate(f: PartialFunction[Node, (Node, TypeSymbol)]): Node
-
-
def
toString(): String
-
val
tree: Node
-
def
untypeReferences(invalid: Set[TypeSymbol]): 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.