Package net.sf.cglib.core
Class ClassInfo
- java.lang.Object
-
- net.sf.cglib.core.ClassInfo
-
public abstract class ClassInfo extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedClassInfo()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)abstract org.objectweb.asm.Type[]getInterfaces()abstract intgetModifiers()abstract org.objectweb.asm.TypegetSuperType()abstract org.objectweb.asm.TypegetType()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
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
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-