Class/Object

loci.embedding.impl.components

Peers

Related Docs: object Peers | package components

Permalink

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

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

Instance Constructors

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

    Permalink

Type Members

  1. case class Peer(symbol: scala.reflect.macros.Universe.Symbol, name: scala.reflect.macros.Universe.TypeName, bases: List[Base], ties: List[Peer.Tie]) extends Product with Serializable

    Permalink
  2. sealed trait Tie extends Ordered[Tie]

    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 Peer extends Serializable

    Permalink
  5. object Tie

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def checkPeerType(symbol: scala.reflect.macros.Universe.Symbol, tree: scala.reflect.macros.Universe.Tree, pos: scala.reflect.macros.Universe.Position): Option[Peer]

    Permalink
  8. def checkPeerType(symbol: scala.reflect.macros.Universe.Symbol, pos: scala.reflect.macros.Universe.Position): Option[Peer]

    Permalink
    Annotations
    @inline()
  9. def checkPeerType(symbol: scala.reflect.macros.Universe.Symbol, tree: scala.reflect.macros.Universe.Tree): Option[Peer]

    Permalink
    Annotations
    @inline()
  10. def checkPeerType(symbol: scala.reflect.macros.Universe.Symbol): Option[Peer]

    Permalink
    Annotations
    @inline()
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  12. val commons: Commons[Context]

    Permalink
  13. val engine: Engine[C]

    Permalink
    Definition Classes
    PeersComponent
  14. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. val moduleInfo: ModuleInfo[Context]

    Permalink
  20. def modulePeer(tpe: scala.reflect.macros.Universe.Type): Boolean

    Permalink
  21. val modulePeers: Seq[Peer]

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  25. val phases: Seq[Nothing]

    Permalink
    Definition Classes
    PeersComponent
  26. def requirePeerType(symbol: scala.reflect.macros.Universe.Symbol, tree: scala.reflect.macros.Universe.Tree, pos: scala.reflect.macros.Universe.Position): Peer

    Permalink
  27. def requirePeerType(symbol: scala.reflect.macros.Universe.Symbol, pos: scala.reflect.macros.Universe.Position): Peer

    Permalink
    Annotations
    @inline()
  28. def requirePeerType(symbol: scala.reflect.macros.Universe.Symbol, tree: scala.reflect.macros.Universe.Tree): Peer

    Permalink
    Annotations
    @inline()
  29. def requirePeerType(symbol: scala.reflect.macros.Universe.Symbol): Peer

    Permalink
    Annotations
    @inline()
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. def tieMultiplicities(ties: List[Peer.Tie]): List[Peer.Tie]

    Permalink
  32. def tieMultiplicity(ties: List[Peer.Tie], tpe: scala.reflect.macros.Universe.Type): Option[Tie]

    Permalink
  33. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  34. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. 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