net.sf.cglib.core
Class ClassInfo

java.lang.Object
  extended by net.sf.cglib.core.ClassInfo

public abstract class ClassInfo
extends Object


Constructor Summary
protected ClassInfo()
           
 
Method Summary
 boolean equals(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()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClassInfo

protected ClassInfo()
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(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.