final class ReachabilityInfoBuilder extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ReachabilityInfoBuilder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ReachabilityInfoBuilder()
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 addAccessedClassData(cls: ClassName): ReachabilityInfoBuilder.this.type
- def addAccessedModule(cls: ClassName): ReachabilityInfoBuilder.this.type
- def addInstantiatedClass(cls: ClassName, ctor: MethodName): ReachabilityInfoBuilder.this.type
- def addInstantiatedClass(cls: ClassName): ReachabilityInfoBuilder.this.type
- def addMethodCalled(cls: ClassName, method: MethodName): ReachabilityInfoBuilder.this.type
- def addMethodCalled(receiverTpe: Type, method: MethodName): ReachabilityInfoBuilder.this.type
- def addMethodCalledStatically(cls: ClassName, method: NamespacedMethodName): ReachabilityInfoBuilder.this.type
- def addPrivateJSFieldUsed(cls: ClassName, field: FieldName): ReachabilityInfoBuilder.this.type
- def addReferencedClass(cls: ClassName): ReachabilityInfoBuilder.this.type
- def addStaticFieldRead(cls: ClassName, field: FieldName): ReachabilityInfoBuilder.this.type
- def addStaticFieldWritten(cls: ClassName, field: FieldName): ReachabilityInfoBuilder.this.type
- def addUsedInstanceTest(cls: ClassName): ReachabilityInfoBuilder.this.type
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def maybeAddAccessedClassData(typeRef: TypeRef): ReachabilityInfoBuilder.this.type
- def maybeAddReferencedClass(tpe: Type): ReachabilityInfoBuilder.this.type
- def maybeAddReferencedClass(typeRef: TypeRef): ReachabilityInfoBuilder.this.type
- def maybeAddUsedInstanceTest(tpe: Type): ReachabilityInfoBuilder.this.type
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def result(): ReachabilityInfo
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()