net.sf.cglib.core
Class ClassInfo
java.lang.Object
net.sf.cglib.core.ClassInfo
public abstract class ClassInfo
- extends java.lang.Object
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
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:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright (c) 2001 - Apache Software Foundation