sealed abstract
class
STree extends Product with FieldNames
Abstract Value Members
-
abstract
def
canEqual(that: Any): Boolean
-
abstract
def
productArity: Int
-
abstract
def
productElement(n: Int): Any
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (STree, B)
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
-
-
def
ensuring(cond: Boolean, msg: ⇒ Any): STree
-
-
-
-
def
fieldName(n: Int): String
-
def
fieldNames: Iterator[String]
-
def
finalize(): Unit
-
def
formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isEmpty: Boolean
-
final
def
isInstanceOf[T0]: Boolean
-
-
final
def
nonEmpty: Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
productIterator: Iterator[Any]
-
def
productPrefix: String
-
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
final
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
→[B](y: B): (STree, B)
Shadowed Implicit Value Members
-
def
structure(printWidth: Int): String
-
def
structure: String
-
def
structure(printWidth: Int): String
-
def
structure: String
-
def
structureLabeled(printWidth: Int): String
-
def
structureLabeled: String
-
def
structureLabeled(printWidth: Int): String
-
def
structureLabeled: String
Inherited by implicit conversion any2stringadd from
STree to any2stringadd[STree]
Inherited by implicit conversion StringFormat from
STree to StringFormat[STree]
Inherited by implicit conversion Ensuring from
STree to Ensuring[STree]
Inherited by implicit conversion ArrowAssoc from
STree to ArrowAssoc[STree]
Encoding of synthetic trees that are generated by inferred type parameters, implicits and
.apply
.STree can be considered as the following sealed trait: