org.apache.tools.ant.taskdefs.optional.sitraka.bytecode
Class ClassFile
public final
class
ClassFile
extends Object
Object representing a class.
Information are kept to the strict minimum for JProbe reports so
that not too many objects are created for a class, otherwise the
JVM can quickly run out of memory when analyzing a great deal of
classes and keeping them in memory for global analysis.
public ClassFile(InputStream is)
public int getAccess()
public String getFullName()
public String getName()
public String getPackage()
public String getSourceFile()
Copyright B) 2000-2007 Apache Software Foundation. All Rights Reserved.