net.sf.cglib.core

Class ClassInfo

public abstract class ClassInfo extends Object

Method Summary
booleanequals(Object o)
abstract Type[]getInterfaces()
abstract intgetModifiers()
abstract TypegetSuperType()
abstract TypegetType()
inthashCode()
StringtoString()

Method Detail

equals

public boolean equals(Object o)

getInterfaces

public abstract Type[] getInterfaces()

getModifiers

public abstract int getModifiers()

getSuperType

public abstract Type getSuperType()

getType

public abstract Type getType()

hashCode

public int hashCode()

toString

public String toString()
Copyright (c) 2001 - Apache Software Foundation