c

s_mach.datadiff.impl

DataDiffMacroBuilderImpl

class DataDiffMacroBuilderImpl extends BlackboxHelper

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DataDiffMacroBuilderImpl
  2. BlackboxHelper
  3. BlackboxHelperImpl
  4. ProductTypeHelper
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DataDiffMacroBuilderImpl(c: Context, showDebug: Boolean = false)

Type Members

  1. case class FieldEx (aField: Field, pField: Field) extends Product with Serializable
  2. case class ProductType extends Product with Serializable
    Definition Classes
    ProductTypeHelper

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def build[A, P](implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[A], arg1: scala.reflect.macros.blackbox.Context.WeakTypeTag[P]): scala.reflect.macros.blackbox.Context.Expr[DataDiff[A, P]]
  6. def build2[A, P](aProductType: ProductType, pProductType: ProductType)(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[A], arg1: scala.reflect.macros.blackbox.Context.WeakTypeTag[P]): Result[scala.reflect.macros.blackbox.Context.Expr[DataDiff[A, P]]]
  7. val c: Context
    Definition Classes
    DataDiffMacroBuilderImpl → BlackboxHelper → BlackboxHelperImpl → ProductTypeHelper
  8. def calcProductType(aType: scala.reflect.macros.blackbox.Context.Type): Result[ProductType]
    Definition Classes
    BlackboxHelper → ProductTypeHelper
    Annotations
    @inline()
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  14. def getCompanionMethod(aType: scala.reflect.macros.blackbox.Context.Type, methodName: String): Result[scala.reflect.macros.Universe.MethodSymbol]
    Definition Classes
    BlackboxHelper
    Annotations
    @inline()
  15. def getOrAbort[A, X](r: Result[A]): A
    Definition Classes
    BlackboxHelper
    Annotations
    @inline()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  17. def inferImplicit(aType: scala.reflect.macros.blackbox.Context.Type): Result[scala.reflect.macros.blackbox.Context.Tree]
    Definition Classes
    BlackboxHelper
    Annotations
    @inline()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def isTupleType(aType: scala.reflect.macros.blackbox.Context.Type): Boolean
    Definition Classes
    BlackboxHelper
    Annotations
    @inline()
  20. def logIssues(zomIssue: List[Issue]): Unit
    Definition Classes
    BlackboxHelper
    Annotations
    @inline()
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  24. val showDebug: Boolean
    Definition Classes
    DataDiffMacroBuilderImpl → ProductTypeHelper
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. object ProductType extends Serializable
    Definition Classes
    ProductTypeHelper

Inherited from BlackboxHelper

Inherited from BlackboxHelperImpl

Inherited from ProductTypeHelper

Inherited from AnyRef

Inherited from Any

Ungrouped