Class InheritanceLookup
- java.lang.Object
-
- org.apache.commons.javaflow.providers.asmx.InheritanceLookup
-
public class InheritanceLookup extends Object
A class that computes the common super class of two classes without actually loading them with a ClassLoader.- Author:
- Eric Bruneton, vsilaev
-
-
Constructor Summary
Constructors Constructor Description InheritanceLookup(ResourceLoader loader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCommonSuperClass(String type1, String type2)booleanisClassAvailable(String type)booleanisSubClass(String type1, String type2)booleanisSuperClass(String type1, String type2)
-
-
-
Constructor Detail
-
InheritanceLookup
public InheritanceLookup(ResourceLoader loader)
-
-