object Tree extends InternalTreeXtensions with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Tree
- Serializable
- Serializable
- InternalTreeXtensions
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
trait
Block extends Tree
- Annotations
- @branch() @branch()
-
trait
CasesBlock extends Block
- Annotations
- @branch() @branch()
- implicit final class ImplicitOptionTree[A <: Tree] extends AnyVal
- implicit final class ImplicitTree[A <: Tree] extends AnyVal
-
trait
Repeated extends Tree
- Annotations
- @branch() @branch()
-
trait
WithBody extends Tree
- Annotations
- @branch() @branch()
-
trait
WithCases extends WithExprs
- Annotations
- @branch() @branch()
-
trait
WithCasesBlock extends WithCases
- Annotations
- @branch() @branch()
-
trait
WithCond extends Tree
- Annotations
- @branch() @branch()
-
trait
WithCondOpt extends Tree
- Annotations
- @branch() @branch()
-
trait
WithDeclTpe extends Tree
- Annotations
- @branch() @branch()
-
trait
WithDeclTpeOpt extends Tree
- Annotations
- @branch() @branch()
-
trait
WithEnumeratorsBlock extends Tree with WithEnums
- Annotations
- @branch() @branch()
-
trait
WithEnums extends Tree with WithExprs
- Annotations
- @branch() @branch()
-
trait
WithExprs extends Tree
- Annotations
- @branch() @branch()
-
trait
WithParamClauseGroup extends Tree with WithParamClauses
- Annotations
- @branch() @branch()
-
trait
WithParamClauseGroups extends Tree
- Annotations
- @branch() @branch()
-
trait
WithParamClauses extends Tree
- Annotations
- @branch() @branch()
-
trait
WithPats extends Tree
- Annotations
- @branch() @branch()
-
trait
WithStats extends WithExprs
- Annotations
- @branch() @branch()
-
trait
WithStatsBlock extends WithStats with WithBody
- Annotations
- @branch() @branch()
-
trait
WithTParamClause extends Tree
- Annotations
- @branch() @branch()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- implicit def ClassifierClass[T <: Tree]: Classifier[T, Tree]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit def classifiable[T <: Tree]: Classifiable[T]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- implicit def showStructure[T <: Tree]: Structure[T]
- implicit def showSyntax[T <: Tree](implicit dialect: Dialect): Syntax[T]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- object Block extends Serializable
- object CasesBlock extends Serializable
- object Repeated extends Serializable
- object WithBody extends Serializable
- object WithCases extends Serializable
- object WithCasesBlock extends Serializable
- object WithCond extends Serializable
- object WithCondOpt extends Serializable
- object WithDeclTpe extends Serializable
- object WithDeclTpeOpt extends Serializable
- object WithEnumeratorsBlock extends Serializable
- object WithEnums extends Serializable
- object WithExprs extends Serializable
- object WithParamClauseGroup extends Serializable
- object WithParamClauseGroups extends Serializable
- object WithParamClauses extends Serializable
- object WithPats extends Serializable
- object WithStats extends Serializable
- object WithStatsBlock extends Serializable
- object WithTParamClause extends Serializable