sealed abstract class SubtypeInformation extends TypeHierarchyInformation
- Alphabetic
- By Inheritance
- SubtypeInformation
- TypeHierarchyInformation
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
-
abstract
def
allTypes: UIDSet[ObjectType]
The set of all types; cached if useful.
The set of all types; cached if useful.
- Definition Classes
- TypeHierarchyInformation
-
abstract
def
classTypes: UIDSet[ObjectType]
- Definition Classes
- TypeHierarchyInformation
-
abstract
def
contains(t: ObjectType): Boolean
Tests if the given type belongs to the super/subtype of
this
type; this test is not reflexive.Tests if the given type belongs to the super/subtype of
this
type; this test is not reflexive. I.e., if this information was computed for the type X and contains is called with X,false
will be returned!- Definition Classes
- TypeHierarchyInformation
-
abstract
def
interfaceTypes: UIDSet[ObjectType]
- Definition Classes
- TypeHierarchyInformation
-
abstract
def
iterator: RefIterator[ObjectType]
- Definition Classes
- TypeHierarchyInformation
Concrete 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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
exists(f: (ObjectType) ⇒ Boolean): Boolean
- Definition Classes
- TypeHierarchyInformation
-
def
foldLeft[B](z: B)(op: (B, ObjectType) ⇒ B): B
- Definition Classes
- TypeHierarchyInformation
-
def
forall(f: (ObjectType) ⇒ Boolean): Boolean
- Definition Classes
- TypeHierarchyInformation
-
def
foreach[T](f: (ObjectType) ⇒ T): Unit
- Definition Classes
- TypeHierarchyInformation
-
def
foreachIterator: ForeachRefIterator[ObjectType]
- Definition Classes
- TypeHierarchyInformation
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
size: Int
- Definition Classes
- TypeHierarchyInformation
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- TypeHierarchyInformation → AnyRef → Any
-
def
typeInformationType: String
- Definition Classes
- SubtypeInformation → TypeHierarchyInformation
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated