scala.reflect.api.QuasiquoteCompat

Cake

trait Cake extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Cake
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class Applied extends AnyRef

  2. implicit class RichSymbol extends AnyRef

Abstract Value Members

  1. abstract val u: Universe

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. object Applied

  7. val MaxTupleArity: Int

  8. object SyntacticClassDef

  9. def Template(parents: List[Universe.Tree], self: Universe.ValDef, constrMods: Universe.Modifiers, vparamss: List[List[Universe.ValDef]], argss: List[List[Universe.Tree]], body: List[Universe.Tree], superPos: Universe.Position): Universe.Template

  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def copyValDef(tree: Universe.Tree)(mods: Universe.Modifiers = null, name: Universe.Name = null, tpt: Universe.Tree = null, rhs: Universe.Tree = null): Universe.ValDef

  13. def ensureNonOverlapping(tree: Universe.Tree, others: List[Universe.Tree], focus: Boolean): Unit

  14. def ensureNonOverlapping(tree: Universe.Tree, others: List[Universe.Tree]): Unit

  15. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  20. def isEarlyDef(tree: Universe.Tree): Boolean

  21. def isEarlyTypeDef(tree: Universe.Tree): Boolean

  22. def isEarlyValDef(tree: Universe.Tree): Boolean

  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. def isInterfaceMember(tree: Universe.Tree): Boolean

    Is tree legal as a member definition of an interface?

  25. def mkSuperSelect: Universe.Select

  26. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  30. def toString(): String

    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped