net.sf.cglib.core

Class ClassInfo


public abstract class ClassInfo
extends java.lang.Object

Method Summary

boolean
equals(Object o)
abstract Type[]
getInterfaces()
abstract int
getModifiers()
abstract Type
getSuperType()
abstract Type
getType()
int
hashCode()
String
toString()

Method Details

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