Uses of Package
jellyj.classfile

Packages that use jellyj.classfile
jellyj.classfile.classgen 
jellyj.classfile.javaclass 
jellyj.classfile.util 

Classes in jellyj.classfile used by jellyj.classfile.classgen
ClassGen
          Template class for building up a java class.
ClassGenType
          Represents a basic or reference type (int, short, ..., objectref, arrayref)
ConstantPoolGen
          This class is used to consequently build up a constant pool.
Instruction
          This abstract class is the super class for all java byte codes.
InstructionList
          This class is a container for a list of `Instruction's, instructions can be appended, inserted, deleted, etc..
LocalVariableGen
          This class represents a local variable within a method.
MethodGen
          Template class for building up a method.
 

Classes in jellyj.classfile used by jellyj.classfile.javaclass
Attribute
          Abstract super class for Attribute objects.
ClassParser
          Wrapper class that parses a given Java .class file.
Constant
          Abstract superclass for classes to represent the different constant types in the constant pool of a class file.
ConstantPool
          This class represents the constant pool, i.e.
Field
          This class represents the field info structure, i.e.
InnerClass
          This class represents a inner class attribute, i.e.
JavaClass
          Represents a Java class, i.e.
LocalVariable
          This class represents a local variable within a method.
Method
          This class represents the method info structure, i.e.
Utility
          Utility functions that do not really belong to any class in particular.
 

Classes in jellyj.classfile used by jellyj.classfile.util
AttributeHTML
          Convert found attributes into HTML file.
Class2HTML
          Read class file(s) and convert them into HTML files.
CodeHTML
          Convert code into HTML file.
ConstantHTML
          Convert constant pool into HTML file.
listclass
          Read class file(s) and display its contents.
MethodHTML
          Convert methods and fields into HTML file.