class Reach extends LinktimeValueResolver
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Reach
- LinktimeValueResolver
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Reach(config: Config, entries: Seq[Global], loader: ClassLoader)
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
- def addMissing(global: Global, pos: Position): Unit
- Attributes
- protected
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def classInfo(name: Global): Option[Class]
- def classInfoOrObject(name: Global): Class
- def cleanup(): Unit
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val config: Config
- Attributes
- protected
- val done: Map[Global, Defn]
- val dyncandidates: Map[Sig, Set[Global]]
- val dynimpls: Set[Global]
- val dynsigs: Set[Sig]
- val enqueued: Set[Global]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fieldInfo(name: Global): Option[Field]
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- val from: Map[Global, Global]
- final def getClass(): java.lang.Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val infos: Map[Global, Info]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val links: Set[Link]
- val loaded: Map[Global, Map[Global, Defn]]
- def lookup(cls: Class, sig: Sig): Option[Global]
- def lookup(global: Global): Option[Defn]
- def methodInfo(name: Global): Option[Method]
- val missing: Map[Global, Set[NonReachablePosition]]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newInfo(info: Info): Unit
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def process(): Unit
- final def processDelayed(): Unit
- Annotations
- @tailrec()
- def reachAllocation(info: Class): Unit
- def reachAttrs(attrs: Attrs): Unit
- def reachClass(defn: nir.Defn.Class): Unit
- def reachClinit(name: Global): Unit
- def reachConst(defn: Const): Unit
- def reachDeclare(defn: Declare): Unit
- def reachDefine(defn: Define): Unit
- def reachDefn(defn: Defn): Unit
- def reachDefn(name: Global): Unit
- def reachDynamicMethodTargets(dynsig: Sig): Any
- def reachEntry(name: Global): Unit
- def reachGlobal(name: Global): Unit
- def reachGlobalNow(name: Global): Unit
- def reachInst(inst: Inst): Unit
- def reachInsts(insts: Seq[Inst]): Unit
- def reachMethodTargets(ty: Type, sig: Sig)(implicit pos: Position): Unit
- def reachModule(defn: Module): Unit
- def reachNext(next: Next): Unit
- def reachOp(op: Op)(implicit pos: Position): Unit
- val reachStaticConstructors: Boolean
- def reachTrait(defn: nir.Defn.Trait): Unit
- def reachType(ty: Type): Unit
- def reachUnavailable(name: Global): Unit
- def reachVal(value: Val): Unit
- def reachVar(defn: Var): Unit
- def resolveLinktimeDefine(defn: Define): Define
- Attributes
- protected
- Definition Classes
- LinktimeValueResolver
- def resolvedNirValues: Map[String, Val]
- Definition Classes
- LinktimeValueResolver
- def result(): Result
- def scopeInfo(name: Global): Option[ScopeInfo]
- def scopeInfoOrUnavailable(name: Global): Info
- def shouldResolveInst(inst: Inst): Boolean
- Attributes
- protected
- Definition Classes
- LinktimeValueResolver
- var stack: collection.immutable.List[Global]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- var todo: collection.immutable.List[Global]
- def traitInfo(name: Global): Option[Trait]
- val unavailable: Set[Global]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()