Uses of Class
org.cojen.classfile.ClassFile

Packages that use ClassFile
org.cojen.classfile   
org.cojen.util   
 

Uses of ClassFile in org.cojen.classfile
 

Methods in org.cojen.classfile that return ClassFile
 ClassFile MethodInfo.addInnerClass(String innerClassName)
          Add an inner class to this method.
 ClassFile MethodInfo.addInnerClass(String innerClassName, Class superClass)
          Add an inner class to this method.
 ClassFile ClassFile.addInnerClass(String fullInnerClassName, String innerClassName)
          Add an inner class to this class.
 ClassFile MethodInfo.addInnerClass(String innerClassName, String superClassName)
          Add an inner class to this method.
 ClassFile ClassFile.addInnerClass(String fullInnerClassName, String innerClassName, Class superClass)
          Add an inner class to this class.
 ClassFile ClassFile.addInnerClass(String fullInnerClassName, String innerClassName, String superClassName)
          Add an inner class to this class.
 ClassFile FieldInfo.getClassFile()
          Returns the parent ClassFile for this FieldInfo.
 ClassFile MethodInfo.getClassFile()
          Returns the parent ClassFile for this MethodInfo.
 ClassFile[] ClassFile.getInnerClasses()
          Returns all the inner classes defined in this class.
 ClassFile ClassFile.getOuterClass()
          Returns null if this ClassFile does not represent an inner class.
static ClassFile ClassFile.readFrom(DataInput din)
          Reads a ClassFile from the given DataInput.
static ClassFile ClassFile.readFrom(DataInput din, ClassFileDataLoader loader, AttributeFactory attrFactory)
          Reads a ClassFile from the given DataInput.
static ClassFile ClassFile.readFrom(InputStream in)
          Reads a ClassFile from the given InputStream.
static ClassFile ClassFile.readFrom(InputStream in, ClassFileDataLoader loader, AttributeFactory attrFactory)
          Reads a ClassFile from the given InputStream.
 

Methods in org.cojen.classfile with parameters of type ClassFile
 void DisassemblyTool.Printer.disassemble(ClassFile cf, PrintWriter out)
           
 

Uses of ClassFile in org.cojen.util
 

Methods in org.cojen.util with parameters of type ClassFile
 Class ClassInjector.defineClass(ClassFile cf)
          Define the new class from a ClassFile object.
 



Copyright © 2004-2011 Brian S O'Neill. All Rights Reserved.