class Values[C <: Context] extends Component[C]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Values
- Component
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- sealed trait Modality extends AnyRef
- case class ModuleValue(symbol: scala.reflect.macros.Universe.Symbol, tree: scala.reflect.macros.Universe.Tree) extends Value with Product with Serializable
- case class Placed(peer: scala.reflect.macros.Universe.Symbol, tpe: scala.reflect.macros.Universe.Type, tpt: scala.reflect.macros.Universe.Tree, modality: Modality) extends Placement with Product with Serializable
- sealed trait PlacedValue extends Value
- case class PlacedValueDef(symbol: scala.reflect.macros.Universe.Symbol, tree: scala.reflect.macros.Universe.Tree, peer: Option[scala.reflect.macros.Universe.Symbol], modality: Modality) extends PlacedValue with Product with Serializable
- case class PlacedValuePeerImpl(symbol: scala.reflect.macros.Universe.Symbol, tree: scala.reflect.macros.Universe.Tree, peer: scala.reflect.macros.Universe.Symbol, modality: Modality) extends PlacedValue with Product with Serializable
- sealed trait Placement extends AnyRef
- sealed trait Value extends AnyRef
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 clearPlacementType(tpe: scala.reflect.macros.Universe.Type, pos: scala.reflect.macros.Universe.Position): scala.reflect.macros.Universe.Type
- def clearPlacementTypes(records: List[Any]): List[Any]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def collectPlacedValues(records: List[Any]): List[Any]
- val commons: Commons[Context]
- def decomposePlacementType(tpe: scala.reflect.macros.Universe.Type, tpt: scala.reflect.macros.Universe.Tree, symbol: scala.reflect.macros.Universe.Symbol, pos: scala.reflect.macros.Universe.Position, moduleDefinition: Boolean): Placement
- val engine: Engine[C]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def extractTag(tpe: scala.reflect.macros.Universe.Type, tag: scala.reflect.macros.Universe.Type, pos: scala.reflect.macros.Universe.Position): scala.reflect.macros.Universe.Type
- def fixEnclosingReferences(records: List[Any]): List[Any]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val initialization: Initialization[Context]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isMultitierModule(tpe: scala.reflect.macros.Universe.Type, pos: scala.reflect.macros.Universe.Position): Boolean
- def liftMods(symbol: scala.reflect.macros.Universe.Symbol, mods: scala.reflect.macros.Universe.Modifiers): scala.reflect.macros.Universe.Modifiers
- val moduleInfo: ModuleInfo[Context]
- def moduleStablePath(tpe: scala.reflect.macros.Universe.Type, prefix: scala.reflect.macros.Universe.Tree): Option[scala.reflect.macros.Universe.Tree]
- def moduleStablePath(symbol: scala.reflect.macros.Universe.Symbol, prefix: scala.reflect.macros.Universe.Tree): Option[scala.reflect.macros.Universe.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()
- val peers: Peers[Context]
- val phases: Seq[Phase]
- def processLiftedPlacedValues(records: List[Any]): List[Any]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def validatePlacedValues(records: List[Any]): List[Any]
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object Modality
- case object NonPlaced extends Placement with Product with Serializable
- object PlacedValue
- object Value
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated