Class

derevo

Derevo

Related Doc: package derevo

Permalink

class Derevo extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Derevo
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Derevo(c: Context)

    Permalink

Type Members

  1. class IsInstanceDef extends AnyRef

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. val DelegatingSymbol: scala.reflect.macros.Universe.Symbol

    Permalink
  5. val IIH: scala.reflect.macros.Universe.Symbol

    Permalink
  6. val IsDerivation: IsInstanceDef

    Permalink
  7. val IsDerivationK1: IsInstanceDef

    Permalink
  8. val IsDerivationK2: IsInstanceDef

    Permalink
  9. val IsSpecificDerivation: IsInstanceDef

    Permalink
  10. val PhantomSymbol: scala.reflect.macros.Universe.Symbol

    Permalink
  11. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  12. val c: Context

    Permalink
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def delegate[TC[_], I]: scala.reflect.macros.blackbox.Context.Expr[TC[I]]

    Permalink
  15. def delegateK1[TC[_[_]], I[_]]: scala.reflect.macros.blackbox.Context.Expr[TC[I]]

    Permalink
  16. def delegateK2[TC[_[_[_]]], I[_[_]]]: scala.reflect.macros.blackbox.Context.Expr[TC[I]]

    Permalink
  17. def delegateParam[TC[_], I, Arg](arg: scala.reflect.macros.blackbox.Context.Expr[Arg]): scala.reflect.macros.blackbox.Context.Expr[TC[I]]

    Permalink
  18. def delegateParams[TC[_], I, Args](args: scala.reflect.macros.blackbox.Context.Expr[Args]): scala.reflect.macros.blackbox.Context.Expr[TC[I]]

    Permalink
  19. def delegateParams2[TC[_], I, Arg1, Arg2](arg1: scala.reflect.macros.blackbox.Context.Expr[Arg1], arg2: scala.reflect.macros.blackbox.Context.Expr[Arg2]): scala.reflect.macros.blackbox.Context.Expr[TC[I]]

    Permalink
  20. def delegateParams3[TC[_], I, Arg1, Arg2, Arg3](arg1: scala.reflect.macros.blackbox.Context.Expr[Arg1], arg2: scala.reflect.macros.blackbox.Context.Expr[Arg2], arg3: scala.reflect.macros.blackbox.Context.Expr[Arg3]): scala.reflect.macros.blackbox.Context.Expr[TC[I]]

    Permalink
  21. def deriveMacro(annottees: scala.reflect.macros.Universe.Tree*): scala.reflect.macros.Universe.Tree

    Permalink
  22. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  27. def isInstanceDef[T](dropTParams: Int = 0)(implicit arg0: scala.reflect.macros.Universe.TypeTag[T]): IsInstanceDef

    Permalink
  28. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  29. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  30. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  33. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped