Package org.teavm.model
Class ClassHierarchy
java.lang.Object
org.teavm.model.ClassHierarchy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSuperclassPredicate(String superclass)
boolean
isSuperType(String superType, String subType, boolean defaultValue)
boolean
isSuperType(ValueType superType, ValueType subType, boolean defaultValue)
resolve(String className, MethodDescriptor method)
resolve(FieldReference field)
resolve(MethodReference method)
-
Constructor Details
-
ClassHierarchy
-
-
Method Details
-
getClassSource
-
isSuperType
-
isSuperType
-
resolve
-
resolve
-
resolve
-
resolve
-
getSuperclassPredicate
-