Package net.sf.cglib.core
Class ClassInfo
java.lang.Object
net.sf.cglib.core.ClassInfo
-
Constructor Details
-
ClassInfo
protected ClassInfo()
-
-
Method Details
-
getType
public abstract org.objectweb.asm.Type getType() -
getSuperType
public abstract org.objectweb.asm.Type getSuperType() -
getInterfaces
public abstract org.objectweb.asm.Type[] getInterfaces() -
getModifiers
public abstract int getModifiers() -
equals
-
hashCode
public int hashCode() -
toString
-