Uses of Class
jellyj.classfile.Constants

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

Uses of Constants in jellyj.classfile.classgen
 

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

Uses of Constants in jellyj.classfile.javaclass
 

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

Uses of Constants in jellyj.classfile.util
 

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