net.sf.cglib.core
Class ClassInfo

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

public abstract class ClassInfo
extends java.lang.Object


Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

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:
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