net.sf.cglib.core
Class ClassInfo
java.lang.Object
net.sf.cglib.core.ClassInfo
public abstract class ClassInfo
- extends Object
ClassInfo
protected ClassInfo()
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(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2012 Oracle Corporation. All Rights Reserved.