Output

sbt.internal.util.appmacro.ContextUtil.Output
final class Output(val tpe: TypeRepr, val term: Term, val name: String, val parent: Symbol)

Represents an output expression via Def.declareOutput

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def toAssign: Term
def toRef: Ref
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
def toVarDef: ValDef

Concrete fields

val name: String
val parent: Symbol
val placeholder: Symbol
val term: Term
val tpe: TypeRepr