Packages

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. Protected

Instance Constructors

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

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
  2. sealed trait Tie extends Ordered[Tie]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def checkPeerType(symbol: scala.reflect.macros.Universe.Symbol, tree: scala.reflect.macros.Universe.Tree, pos: scala.reflect.macros.Universe.Position): Option[Peer]
  6. def checkPeerType(symbol: scala.reflect.macros.Universe.Symbol, pos: scala.reflect.macros.Universe.Position): Option[Peer]
    Annotations
    @inline()
  7. def checkPeerType(symbol: scala.reflect.macros.Universe.Symbol, tree: scala.reflect.macros.Universe.Tree): Option[Peer]
    Annotations
    @inline()
  8. def checkPeerType(symbol: scala.reflect.macros.Universe.Symbol): Option[Peer]
    Annotations
    @inline()
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  10. val commons: Commons[Context]
  11. val engine: Engine[C]
    Definition Classes
    PeersComponent
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. val moduleInfo: ModuleInfo[Context]
  18. def modulePeer(tpe: scala.reflect.macros.Universe.Type): Boolean
  19. val modulePeers: Seq[Peer]
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. val phases: Seq[Nothing]
    Definition Classes
    PeersComponent
  24. def requirePeerType(symbol: scala.reflect.macros.Universe.Symbol, tree: scala.reflect.macros.Universe.Tree, pos: scala.reflect.macros.Universe.Position): Peer
  25. def requirePeerType(symbol: scala.reflect.macros.Universe.Symbol, pos: scala.reflect.macros.Universe.Position): Peer
    Annotations
    @inline()
  26. def requirePeerType(symbol: scala.reflect.macros.Universe.Symbol, tree: scala.reflect.macros.Universe.Tree): Peer
    Annotations
    @inline()
  27. def requirePeerType(symbol: scala.reflect.macros.Universe.Symbol): Peer
    Annotations
    @inline()
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def tieMultiplicities(ties: List[Peer.Tie]): List[Peer.Tie]
  30. def tieMultiplicity(ties: List[Peer.Tie], tpe: scala.reflect.macros.Universe.Type): Option[Tie]
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. object Peer extends Serializable
  36. object Tie

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Component[C]

Inherited from AnyRef

Inherited from Any

Ungrouped