Class

io.udash.macros

PropertyMacros

Related Doc: package macros

Permalink

class PropertyMacros extends AnyRef

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

Instance Constructors

  1. new PropertyMacros(c: Context)

    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 ArrayBufferCls: scala.reflect.macros.Universe.Select

    Permalink
  5. val CallbackSequencerCls: scala.reflect.macros.Universe.Select

    Permalink
  6. val CastablePropertyCls: scala.reflect.macros.Universe.Select

    Permalink
  7. val DirectPropertyImplCls: scala.reflect.macros.Universe.Select

    Permalink
  8. val DirectSeqPropertyImplCls: scala.reflect.macros.Universe.Select

    Permalink
  9. val ExecutionContextCls: scala.reflect.macros.Universe.Select

    Permalink
  10. val ImmutableValueCls: scala.reflect.macros.Universe.Select

    Permalink
  11. val ModelPartCls: scala.reflect.macros.Universe.Select

    Permalink
  12. val ModelPropertyCls: scala.reflect.macros.Universe.Select

    Permalink
  13. val ModelPropertyImplCls: scala.reflect.macros.Universe.Select

    Permalink
  14. val ModelSeqCls: scala.reflect.macros.Universe.Select

    Permalink
  15. val ModelValueCls: scala.reflect.macros.Universe.Select

    Permalink
  16. val MutableMap: scala.reflect.macros.Universe.Select

    Permalink
  17. val Package: scala.reflect.macros.Universe.Select

    Permalink
  18. val PatchCls: scala.reflect.macros.Universe.Select

    Permalink
  19. val PropertyCls: scala.reflect.macros.Universe.Select

    Permalink
  20. val PropertyCreatorCls: scala.reflect.macros.Universe.Select

    Permalink
  21. val PropertyCreatorCompanion: scala.reflect.macros.Universe.Select

    Permalink
  22. val ReadablePropertyCls: scala.reflect.macros.Universe.Select

    Permalink
  23. val RegistrationCls: scala.reflect.macros.Universe.Select

    Permalink
  24. val SeqPropertyCls: scala.reflect.macros.Universe.Select

    Permalink
  25. val StringCls: scala.reflect.macros.Universe.Ident

    Permalink
  26. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  27. val c: Context

    Permalink
  28. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  34. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  38. def reifyImmutableValue[T](implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[T]): scala.reflect.macros.blackbox.Context.Tree

    Permalink
  39. def reifyModelPart[T](implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[T]): scala.reflect.macros.blackbox.Context.Tree

    Permalink
  40. def reifyModelSeq[T](implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[T]): scala.reflect.macros.blackbox.Context.Tree

    Permalink
  41. def reifyModelValue[T](implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[T]): scala.reflect.macros.blackbox.Context.Tree

    Permalink
  42. def reifyPropertyCreator[T](implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[T]): scala.reflect.macros.blackbox.Context.Tree

    Permalink
  43. def reifySubProperty[A, B](f: scala.reflect.macros.blackbox.Context.Expr[(A) ⇒ B])(ev: scala.reflect.macros.blackbox.Context.Expr[_])(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[A], arg1: scala.reflect.macros.blackbox.Context.WeakTypeTag[B]): scala.reflect.macros.blackbox.Context.Tree

    Permalink
  44. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped