Class

s_mach.datadiff.impl

DataDiffMacroBuilderImpl

Related Doc: package impl

Permalink

class DataDiffMacroBuilderImpl extends BlackboxHelper

Linear Supertypes
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)

    Permalink

Type Members

  1. case class FieldEx(aField: Field, pField: Field) extends Product with Serializable

    Permalink
  2. case class ProductType extends Product with Serializable

    Permalink
    Definition Classes
    ProductTypeHelper

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. object ProductType extends Serializable

    Permalink
    Definition Classes
    ProductTypeHelper
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. 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]]

    Permalink
  7. 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]]]

    Permalink
  8. val c: Context

    Permalink
    Definition Classes
    DataDiffMacroBuilderImpl → BlackboxHelper → BlackboxHelperImpl → ProductTypeHelper
  9. def calcProductType(aType: scala.reflect.macros.blackbox.Context.Type): Result[ProductType]

    Permalink
    Definition Classes
    BlackboxHelper → ProductTypeHelper
    Annotations
    @inline()
  10. def clone(): AnyRef

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. def getCompanionMethod(aType: scala.reflect.macros.blackbox.Context.Type, methodName: String): Result[scala.reflect.macros.Universe.MethodSymbol]

    Permalink
    Definition Classes
    BlackboxHelper
    Annotations
    @inline()
  16. def getOrAbort[A, X](r: Result[A]): A

    Permalink
    Definition Classes
    BlackboxHelper
    Annotations
    @inline()
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. def inferImplicit(aType: scala.reflect.macros.blackbox.Context.Type): Result[scala.reflect.macros.blackbox.Context.Tree]

    Permalink
    Definition Classes
    BlackboxHelper
    Annotations
    @inline()
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def isTupleType(aType: scala.reflect.macros.blackbox.Context.Type): Boolean

    Permalink
    Definition Classes
    BlackboxHelper
    Annotations
    @inline()
  21. def logIssues(zomIssue: List[Issue]): Unit

    Permalink
    Definition Classes
    BlackboxHelper
    Annotations
    @inline()
  22. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  25. val showDebug: Boolean

    Permalink
    Definition Classes
    DataDiffMacroBuilderImpl → ProductTypeHelper
  26. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from BlackboxHelper

Inherited from BlackboxHelperImpl

Inherited from ProductTypeHelper

Inherited from AnyRef

Inherited from Any

Ungrouped