Package net.sf.cglib.core
Class ClassInfo
- java.lang.Object
-
- net.sf.cglib.core.ClassInfo
-
public abstract class ClassInfo extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ClassInfo()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
abstract org.objectweb.asm.Type[]
getInterfaces()
abstract int
getModifiers()
abstract org.objectweb.asm.Type
getSuperType()
abstract org.objectweb.asm.Type
getType()
int
hashCode()
String
toString()
-