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 protectedClassInfo()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)abstract org.objectweb.asm.Type[]getInterfaces()abstract intgetModifiers()abstract org.objectweb.asm.TypegetSuperType()abstract org.objectweb.asm.TypegetType()inthashCode()StringtoString()
-