object Target

Source
Target.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Target
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class NamedException(message: String) extends Exception with Product with Serializable

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. def apply(circuitOpt: Option[String], moduleOpt: Option[String], reference: Seq[TargetToken]): GenericTarget
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def asTarget(m: ModuleTarget)(e: Expression): ReferenceTarget
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  8. implicit def convertCircuitName2CircuitTarget(c: CircuitName): CircuitTarget
  9. implicit def convertCircuitTarget2CircuitName(c: CircuitTarget): CircuitName
  10. implicit def convertComponentName2ReferenceTarget(c: ComponentName): ReferenceTarget
  11. implicit def convertIsComponent2ComponentName(c: IsComponent): ComponentName
  12. implicit def convertModuleName2ModuleTarget(c: ModuleName): ModuleTarget
  13. implicit def convertModuleTarget2ModuleName(c: ModuleTarget): ModuleName
  14. implicit def convertNamed2Target(n: Named): CompleteTarget
  15. implicit def convertTarget2Named(c: Target): Named
  16. def deserialize(s: String): Target

    returns

    Target from human-readable serialization

  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def getPathlessTarget(t: Target): Target
  21. def getReferenceTarget(t: Target): Target
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def isOnly(seq: Seq[TargetToken], keywords: String*): Boolean

    Checks if seq only contains TargetToken's with select keywords

  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. def referringModule(a: IsMember): ModuleTarget

    Returns the module that a Target "refers" to.

    Returns the module that a Target "refers" to.

    For a ModuleTarget or a ReferenceTarget, this is simply the deepest module. For an InstanceTarget this is *the module of the instance*.

    Note

    This differs from InstanceTarget.pathlessTarget which refers to the module instantiating the instance.

  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. def toTargetTokens(name: String): Seq[TargetToken]

    Converts ComponentName's name into TargetTokens

  32. def unapply(t: Target): Option[(Option[String], Option[String], Seq[TargetToken])]
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

Inherited from AnyRef

Inherited from Any

Ungrouped