class VecTransform extends SourceInfoTransformMacro

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VecTransform
  2. SourceInfoTransformMacro
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new VecTransform(c: Context)

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. def apply_elt0(elt0: scala.reflect.macros.blackbox.Context.Tree, elts: scala.reflect.macros.blackbox.Context.Tree*): scala.reflect.macros.blackbox.Context.Tree
  5. def apply_elts(elts: scala.reflect.macros.blackbox.Context.Tree): scala.reflect.macros.blackbox.Context.Tree
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val c: Context
    Definition Classes
    VecTransformSourceInfoTransformMacro
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  9. def contains(x: scala.reflect.macros.blackbox.Context.Tree)(ev: scala.reflect.macros.blackbox.Context.Tree): scala.reflect.macros.blackbox.Context.Tree
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def fill(n: scala.reflect.macros.blackbox.Context.Tree)(gen: scala.reflect.macros.blackbox.Context.Tree): scala.reflect.macros.blackbox.Context.Tree
  13. def fill2D(n: scala.reflect.macros.blackbox.Context.Tree, m: scala.reflect.macros.blackbox.Context.Tree)(gen: scala.reflect.macros.blackbox.Context.Tree): scala.reflect.macros.blackbox.Context.Tree
  14. def fill3D(n: scala.reflect.macros.blackbox.Context.Tree, m: scala.reflect.macros.blackbox.Context.Tree, p: scala.reflect.macros.blackbox.Context.Tree)(gen: scala.reflect.macros.blackbox.Context.Tree): scala.reflect.macros.blackbox.Context.Tree
  15. def fill4D(n: scala.reflect.macros.blackbox.Context.Tree, m: scala.reflect.macros.blackbox.Context.Tree, p: scala.reflect.macros.blackbox.Context.Tree, q: scala.reflect.macros.blackbox.Context.Tree)(gen: scala.reflect.macros.blackbox.Context.Tree): scala.reflect.macros.blackbox.Context.Tree
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def implicitCompileOptions: scala.reflect.macros.Universe.Tree
    Definition Classes
    SourceInfoTransformMacro
  19. def implicitSourceInfo: scala.reflect.macros.Universe.Tree
    Definition Classes
    SourceInfoTransformMacro
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def iterate(start: scala.reflect.macros.blackbox.Context.Tree, len: scala.reflect.macros.blackbox.Context.Tree)(f: scala.reflect.macros.blackbox.Context.Tree): scala.reflect.macros.blackbox.Context.Tree
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. def reduceTree(redOp: scala.reflect.macros.blackbox.Context.Tree, layerOp: scala.reflect.macros.blackbox.Context.Tree): scala.reflect.macros.blackbox.Context.Tree
  26. def reduceTreeDefault(redOp: scala.reflect.macros.blackbox.Context.Tree): scala.reflect.macros.blackbox.Context.Tree
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def tabulate(n: scala.reflect.macros.blackbox.Context.Tree)(gen: scala.reflect.macros.blackbox.Context.Tree): scala.reflect.macros.blackbox.Context.Tree
  29. def tabulate2D(n: scala.reflect.macros.blackbox.Context.Tree, m: scala.reflect.macros.blackbox.Context.Tree)(gen: scala.reflect.macros.blackbox.Context.Tree): scala.reflect.macros.blackbox.Context.Tree
  30. def tabulate3D(n: scala.reflect.macros.blackbox.Context.Tree, m: scala.reflect.macros.blackbox.Context.Tree, p: scala.reflect.macros.blackbox.Context.Tree)(gen: scala.reflect.macros.blackbox.Context.Tree): scala.reflect.macros.blackbox.Context.Tree
  31. def thisObj: scala.reflect.macros.Universe.Tree
    Definition Classes
    SourceInfoTransformMacro
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

Inherited from SourceInfoTransformMacro

Inherited from AnyRef

Inherited from Any

Ungrouped