Packages

object Term extends Serializable

Linear Supertypes
Serializable, java.io.Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Term
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Annotate extends Term with Product
    Annotations
    @astClass() @leafClass()
  2. trait Anonymous extends meta.Name with Ref with Product
    Annotations
    @astClass() @leafClass()
  3. trait Apply extends Term with Product
    Annotations
    @astClass() @leafClass()
  4. trait ApplyInfix extends Term with Product
    Annotations
    @astClass() @leafClass()
  5. trait ApplyType extends Term with Product
    Annotations
    @astClass() @leafClass()
  6. trait ApplyUnary extends Ref with Product
    Annotations
    @astClass() @leafClass()
  7. trait ApplyUsing extends Term with Product
    Annotations
    @astClass() @leafClass()
  8. trait Ascribe extends Term with Product
    Annotations
    @astClass() @leafClass()
  9. trait Assign extends Term with Product
    Annotations
    @astClass() @leafClass()
  10. trait Block extends Term with Product
    Annotations
    @astClass() @leafClass()
  11. trait ContextFunction extends FunctionTerm with Product
    Annotations
    @astClass() @leafClass()
  12. trait Do extends Term with Product
    Annotations
    @astClass() @leafClass()
  13. trait EndMarker extends Term with Product
    Annotations
    @astClass() @leafClass()
  14. trait Eta extends Term with Product
    Annotations
    @astClass() @leafClass()
  15. trait For extends Term with Product
    Annotations
    @astClass() @leafClass()
  16. trait ForYield extends Term with Product
    Annotations
    @astClass() @leafClass()
  17. trait Function extends FunctionTerm with Product
    Annotations
    @astClass() @leafClass()
  18. trait FunctionTerm extends Term
    Annotations
    @branch() @branch()
  19. trait If extends Term with Product
    Annotations
    @astClass() @leafClass()
  20. trait Interpolate extends Term with Product
    Annotations
    @astClass() @leafClass()
  21. trait Match extends Term with Product
    Annotations
    @astClass() @leafClass()
  22. trait Name extends meta.Name with Ref with Pat with Product
    Annotations
    @astClass() @leafClass()
  23. trait New extends Term with Product
    Annotations
    @astClass() @leafClass()
  24. trait NewAnonymous extends Term with Product
    Annotations
    @astClass() @leafClass()
  25. trait Param extends Member with Product
    Annotations
    @astClass() @leafClass()
  26. trait PartialFunction extends Term with Product
    Annotations
    @astClass() @leafClass()
  27. trait Placeholder extends Term with Product
    Annotations
    @astClass() @leafClass()
  28. trait PolyFunction extends Term with Product
    Annotations
    @astClass() @leafClass()
  29. trait QuotedMacroExpr extends Term with Product
    Annotations
    @astClass() @leafClass()
  30. trait QuotedMacroType extends Term with Product
    Annotations
    @astClass() @leafClass()
  31. trait Ref extends Term with meta.Ref
    Annotations
    @branch() @branch()
  32. trait Repeated extends Term with Product
    Annotations
    @astClass() @leafClass()
  33. trait Return extends Term with Product
    Annotations
    @astClass() @leafClass()
  34. trait Select extends Ref with Pat with Product
    Annotations
    @astClass() @leafClass()
  35. trait SplicedMacroExpr extends Term with Product
    Annotations
    @astClass() @leafClass()
  36. trait Super extends Ref with Product
    Annotations
    @astClass() @leafClass()
  37. trait This extends Ref with Product
    Annotations
    @astClass() @leafClass()
  38. trait Throw extends Term with Product
    Annotations
    @astClass() @leafClass()
  39. trait Try extends Term with Product
    Annotations
    @astClass() @leafClass()
  40. trait TryWithHandler extends Term with Product
    Annotations
    @astClass() @leafClass()
  41. trait Tuple extends Term with Product
    Annotations
    @astClass() @leafClass()
  42. trait While extends Term with Product
    Annotations
    @astClass() @leafClass()
  43. trait Xml extends Term with Product
    Annotations
    @astClass() @leafClass()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. implicit def ClassifierClass[T <: Tree]: Classifier[T, Term]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def fresh(prefix: String): Name
  11. def fresh(): Name
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  19. def toString(): String
    Definition Classes
    AnyRef → Any
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  23. object Annotate extends Serializable
    Annotations
    @astCompanion() @leafCompanion()
  24. object Anonymous extends Serializable
    Annotations
    @astCompanion() @leafCompanion()
  25. object Apply extends Serializable
    Annotations
    @astCompanion() @leafCompanion()
  26. object ApplyInfix extends Serializable
    Annotations
    @astCompanion() @leafCompanion()
  27. object ApplyType extends Serializable
    Annotations
    @astCompanion() @leafCompanion()
  28. object ApplyUnary extends Serializable
    Annotations
    @astCompanion() @leafCompanion()
  29. object ApplyUsing extends Serializable
    Annotations
    @astCompanion() @leafCompanion()
  30. object Ascribe extends Serializable
    Annotations
    @astCompanion() @leafCompanion()
  31. object Assign extends Serializable
    Annotations
    @astCompanion() @leafCompanion()
  32. object Block extends Serializable
    Annotations
    @astCompanion() @leafCompanion()
  33. object ContextFunction extends Serializable
    Annotations
    @astCompanion() @leafCompanion()
  34. object Do extends Serializable
    Annotations
    @astCompanion() @leafCompanion()
  35. object EndMarker extends Serializable
    Annotations
    @astCompanion() @leafCompanion()
  36. object Eta extends Serializable
    Annotations
    @astCompanion() @leafCompanion()
  37. object For extends Serializable
    Annotations
    @astCompanion() @leafCompanion()
  38. object ForYield extends Serializable
    Annotations
    @astCompanion() @leafCompanion()
  39. object Function extends Serializable
    Annotations
    @astCompanion() @leafCompanion()
  40. object FunctionTerm extends Serializable
  41. object If extends Serializable
    Annotations
    @astCompanion() @leafCompanion()
  42. object Interpolate extends Serializable
    Annotations
    @astCompanion() @leafCompanion()
  43. object Match extends Serializable
    Annotations
    @astCompanion() @leafCompanion()
  44. object Name extends Serializable
    Annotations
    @astCompanion() @leafCompanion()
  45. object New extends Serializable
    Annotations
    @astCompanion() @leafCompanion()
  46. object NewAnonymous extends Serializable
    Annotations
    @astCompanion() @leafCompanion()
  47. object Param extends Serializable
    Annotations
    @astCompanion() @leafCompanion()
  48. object PartialFunction extends Serializable
    Annotations
    @astCompanion() @leafCompanion()
  49. object Placeholder extends Serializable
    Annotations
    @astCompanion() @leafCompanion()
  50. object PolyFunction extends Serializable
    Annotations
    @astCompanion() @leafCompanion()
  51. object QuotedMacroExpr extends Serializable
    Annotations
    @astCompanion() @leafCompanion()
  52. object QuotedMacroType extends Serializable
    Annotations
    @astCompanion() @leafCompanion()
  53. object Ref extends Serializable
  54. object Repeated extends Serializable
    Annotations
    @astCompanion() @leafCompanion()
  55. object Return extends Serializable
    Annotations
    @astCompanion() @leafCompanion()
  56. object Select extends Serializable
    Annotations
    @astCompanion() @leafCompanion()
  57. object SplicedMacroExpr extends Serializable
    Annotations
    @astCompanion() @leafCompanion()
  58. object Super extends Serializable
    Annotations
    @astCompanion() @leafCompanion()
  59. object This extends Serializable
    Annotations
    @astCompanion() @leafCompanion()
  60. object Throw extends Serializable
    Annotations
    @astCompanion() @leafCompanion()
  61. object Try extends Serializable
    Annotations
    @astCompanion() @leafCompanion()
  62. object TryWithHandler extends Serializable
    Annotations
    @astCompanion() @leafCompanion()
  63. object Tuple extends Serializable
    Annotations
    @astCompanion() @leafCompanion()
  64. object While extends Serializable
    Annotations
    @astCompanion() @leafCompanion()
  65. object Xml extends Serializable
    Annotations
    @astCompanion() @leafCompanion()

Inherited from Serializable

Inherited from java.io.Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped