public abstract class ClassInfo
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
ClassInfo() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.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() |
java.lang.String |
toString() |
public abstract org.objectweb.asm.Type getType()
public abstract org.objectweb.asm.Type getSuperType()
public abstract org.objectweb.asm.Type[] getInterfaces()
public abstract int getModifiers()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object