Class ClassHierarchy
java.lang.Object
org.teavm.model.ClassHierarchy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSuperclassPredicate(String superclass) getSupertypePredicate(ValueType supertype) booleanisSuperType(String superType, String subType, boolean defaultValue) booleanisSuperType(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
-
getSupertypePredicate
-