Class/Object

loci.embedding.impl.components

Values

Related Docs: object Values | package components

Permalink

class Values[C <: Context] extends Component[C]

Linear Supertypes
Component[C], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Values
  2. Component
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Values(engine: Engine[C])

    Permalink

Type Members

  1. sealed trait Modality extends AnyRef

    Permalink
  2. case class ModuleValue(symbol: scala.reflect.macros.Universe.Symbol, tree: scala.reflect.macros.Universe.Tree) extends Value with Product with Serializable

    Permalink
  3. 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

    Permalink
  4. sealed trait PlacedValue extends Value

    Permalink
  5. 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

    Permalink
  6. 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

    Permalink
  7. sealed trait Placement extends AnyRef

    Permalink
  8. sealed trait Value extends AnyRef

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object Modality

    Permalink
  5. object NonPlaced extends Placement with Product with Serializable

    Permalink
  6. object PlacedValue

    Permalink
  7. object Value

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clearPlacementType(tpe: scala.reflect.macros.Universe.Type, pos: scala.reflect.macros.Universe.Position): scala.reflect.macros.Universe.Type

    Permalink
  10. def clearPlacementTypes(records: List[Any]): List[Any]

    Permalink
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  12. def collectPlacedValues(records: List[Any]): List[Any]

    Permalink
  13. val commons: Commons[Context]

    Permalink
  14. 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

    Permalink
  15. val engine: Engine[C]

    Permalink
    Definition Classes
    ValuesComponent
  16. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  18. 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

    Permalink
  19. def fixEnclosingReferences(records: List[Any]): List[Any]

    Permalink
  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  21. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  22. val initialization: Initialization[Context]

    Permalink
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. def isMultitierModule(tpe: scala.reflect.macros.Universe.Type, pos: scala.reflect.macros.Universe.Position): Boolean

    Permalink
  25. def liftMods(symbol: scala.reflect.macros.Universe.Symbol, mods: scala.reflect.macros.Universe.Modifiers): scala.reflect.macros.Universe.Modifiers

    Permalink
  26. val moduleInfo: ModuleInfo[Context]

    Permalink
  27. def moduleStablePath(tpe: scala.reflect.macros.Universe.Type, prefix: scala.reflect.macros.Universe.Tree): Option[scala.reflect.macros.Universe.Tree]

    Permalink
  28. def moduleStablePath(symbol: scala.reflect.macros.Universe.Symbol, prefix: scala.reflect.macros.Universe.Tree): Option[scala.reflect.macros.Universe.Tree]

    Permalink
  29. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  30. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  31. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  32. val peers: Peers[Context]

    Permalink
  33. val phases: Seq[Phase]

    Permalink
    Definition Classes
    ValuesComponent
  34. def processLiftedPlacedValues(records: List[Any]): List[Any]

    Permalink
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  36. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  37. def validatePlacedValues(records: List[Any]): List[Any]

    Permalink
  38. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Component[C]

Inherited from AnyRef

Inherited from Any

Ungrouped