class FunctoidMacro extends AnyRef
To see macro debug output during compilation, set -Dizumi.debug.macro.distage.functoid=true
java property!
sbt -Dizumi.debug.macro.distage.functoid=true compile
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FunctoidMacro
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new FunctoidMacro(c: Context)
Type Members
- case class ExtractedInfo(associations: List[Parameter], isValReference: Boolean) extends Product with Serializable
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 analyze(tree: scala.reflect.macros.Universe.Tree, ret: scala.reflect.macros.Universe.Type): List[Parameter]
- def analyzeMethodRef(lambdaArgs: List[scala.reflect.macros.Universe.Symbol], body: scala.reflect.macros.Universe.Tree): List[Parameter]
- Attributes
- protected[this]
- def analyzeValRef(sig: scala.reflect.macros.Universe.Type): List[Parameter]
- Attributes
- protected[this]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val c: Context
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def extractMethodReferenceParams(symbol: scala.reflect.macros.Universe.Symbol): List[scala.reflect.macros.Universe.Symbol]
- Attributes
- protected[this]
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def generateProvider[R](parameters: List[Parameter], fun: scala.reflect.macros.Universe.Tree)(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[R]): scala.reflect.macros.blackbox.Context.Expr[Functoid[R]]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def impl[R](fun: scala.reflect.macros.Universe.Tree)(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[R]): scala.reflect.macros.blackbox.Context.Expr[Functoid[R]]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final val macroUniverse: Aux[scala.reflect.macros.blackbox.Context.universe.type]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def widenFunctionObject(sig: scala.reflect.macros.Universe.Type): scala.reflect.macros.Universe.Type
- Attributes
- protected[this]