object InputWrapper
Implementation detail. The wrap methods temporarily hold inputs (as a Tree, at compile time) until a task or setting macro processes it.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- InputWrapper
- 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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def inputTaskValueMacroImpl[T](c: Context)(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[T]): scala.reflect.macros.blackbox.Context.Expr[InputTask[T]]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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()
-
def
previousMacroImpl[T](c: Context)(format: scala.reflect.macros.blackbox.Context.Expr[JsonFormat[T]])(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[T]): scala.reflect.macros.blackbox.Context.Expr[Option[T]]
Translates <task: TaskKey[T]>.previous(format) to Previous.runtime(<task>)(format).value
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def taskValueMacroImpl[T](c: Context)(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[T]): scala.reflect.macros.blackbox.Context.Expr[Task[T]]
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def valueMacroImpl[T](c: Context)(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[T]): scala.reflect.macros.blackbox.Context.Expr[T]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
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()
-
def
wrapImpl[T, S <: Singleton](c: Context, s: S, wrapName: String)(ts: scala.reflect.macros.blackbox.Context.Expr[Any], pos: scala.reflect.macros.blackbox.Context.Position)(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[T], it: scala.reflect.macros.blackbox.Context.TypeTag[s.type]): scala.reflect.macros.blackbox.Context.Expr[T]
Wraps an arbitrary Tree in a call to the
<s>.<wrapName>
method of this module for later processing by an enclosing macro.Wraps an arbitrary Tree in a call to the
<s>.<wrapName>
method of this module for later processing by an enclosing macro. The resulting Tree is the manually constructed version of:c.universe.reify { <s>.<wrapName>[T](ts.splice) }
-
def
wrapInitInputTask_☃☃[T](in: Any): T
- Annotations
- @compileTimeOnly( ... )
-
def
wrapInitTask_☃☃[T](in: Any): T
- Annotations
- @compileTimeOnly( ... )
-
def
wrapInit_☃☃[T](in: Any): T
- Annotations
- @compileTimeOnly( ... )
-
def
wrapInputTask_☃☃[T](in: Any): T
- Annotations
- @compileTimeOnly( ... )
-
def
wrapPrevious_☃☃[T](in: Any): T
- Annotations
- @compileTimeOnly( ... )
-
def
wrapTask_☃☃[T](in: Any): T
- Annotations
- @compileTimeOnly( ... )