class VecTransform extends SourceInfoTransformMacro
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- VecTransform
- SourceInfoTransformMacro
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply_elt0(elt0: scala.reflect.macros.blackbox.Context.Tree, elts: scala.reflect.macros.blackbox.Context.Tree*): scala.reflect.macros.blackbox.Context.Tree
- def apply_elts(elts: scala.reflect.macros.blackbox.Context.Tree): scala.reflect.macros.blackbox.Context.Tree
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
c: Context
- Definition Classes
- VecTransform → SourceInfoTransformMacro
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- def contains(x: scala.reflect.macros.blackbox.Context.Tree)(ev: scala.reflect.macros.blackbox.Context.Tree): scala.reflect.macros.blackbox.Context.Tree
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def fill(n: scala.reflect.macros.blackbox.Context.Tree)(gen: scala.reflect.macros.blackbox.Context.Tree): scala.reflect.macros.blackbox.Context.Tree
- 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
- 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
- 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
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
implicitCompileOptions: scala.reflect.macros.Universe.Tree
- Definition Classes
- SourceInfoTransformMacro
-
def
implicitSourceInfo: scala.reflect.macros.Universe.Tree
- Definition Classes
- SourceInfoTransformMacro
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def reduceTree(redOp: scala.reflect.macros.blackbox.Context.Tree, layerOp: scala.reflect.macros.blackbox.Context.Tree): scala.reflect.macros.blackbox.Context.Tree
- def reduceTreeDefault(redOp: scala.reflect.macros.blackbox.Context.Tree): scala.reflect.macros.blackbox.Context.Tree
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def tabulate(n: scala.reflect.macros.blackbox.Context.Tree)(gen: scala.reflect.macros.blackbox.Context.Tree): scala.reflect.macros.blackbox.Context.Tree
- 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
- 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
-
def
thisObj: scala.reflect.macros.Universe.Tree
- Definition Classes
- SourceInfoTransformMacro
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )