c

derevo

Derevo

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. Protected

Instance Constructors

  1. new Derevo(c: Context)

Type Members

  1. class IsInstanceDef extends AnyRef

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. val DelegatingSymbol: scala.reflect.macros.Universe.Symbol
  5. val IIH: scala.reflect.macros.Universe.Symbol
  6. val IsDerivation: IsInstanceDef
  7. val IsDerivationK1: IsInstanceDef
  8. val IsDerivationK2: IsInstanceDef
  9. val IsSpecificDerivation: IsInstanceDef
  10. val PhantomSymbol: scala.reflect.macros.Universe.Symbol
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. val c: Context
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  14. def delegate[TC[_], I]: scala.reflect.macros.blackbox.Context.Expr[TC[I]]
  15. def delegateK1[TC[_[_]], I[_]]: scala.reflect.macros.blackbox.Context.Expr[TC[I]]
  16. def delegateK2[TC[_[_[_]]], I[_[_]]]: scala.reflect.macros.blackbox.Context.Expr[TC[I]]
  17. def delegateParam[TC[_], I, Arg](arg: scala.reflect.macros.blackbox.Context.Expr[Arg]): scala.reflect.macros.blackbox.Context.Expr[TC[I]]
  18. def delegateParams[TC[_], I, Args](args: scala.reflect.macros.blackbox.Context.Expr[Args]): scala.reflect.macros.blackbox.Context.Expr[TC[I]]
  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]]
  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]]
  21. def deriveMacro(annottees: scala.reflect.macros.Universe.Tree*): scala.reflect.macros.Universe.Tree
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  24. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. def isInstanceDef[T](dropTParams: Int = 0)(implicit arg0: scala.reflect.macros.Universe.TypeTag[T]): IsInstanceDef
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped