Uses of Package
edu.rit.classfile

Packages that use edu.rit.classfile
edu.rit.classfile Package edu.rit.classfile is the RIT Classfile Library for analyzing and synthesizing class files. 
edu.rit.m2mi Package edu.rit.m2mi is the API for Many-to-Many Invocation (M2MI). 
 

Classes in edu.rit.classfile used by edu.rit.classfile
ArrayOrClassReference
          Class ArrayOrClassReference is the abstract superclass used to refer to an array type or a class type.
ArrayReference
          Class ArrayReference encapsulates the information needed to refer to an array type.
ByteCodeException
          Class ByteCodeException encapsulates the exception thrown when there was a problem determining an instruction's bytecodes.
ClassDescription
          Class ClassDescription encapsulates the information needed both to refer to and to describe a class or interface.
ClassfileException
          Class ClassfileException is the abstract superclass of all exceptions thrown by classes in package edu.rit.classfile.
ClassReference
          Class ClassReference encapsulates the information needed to refer to a class.
DuplicateFieldException
          Class DuplicateFieldException encapsulates the exception thrown when a class or interface description contains more than one field with the same name and descriptor.
DuplicateSubroutineException
          Class DuplicateSubroutineException encapsulates the exception thrown when a class or interface description contains more than one subroutine (method, constructor, or class initializer) with the same name and descriptor.
FieldDescription
          Class FieldDescription encapsulates the information needed to refer to or to describe a field.
FieldReference
          Class FieldReference encapsulates the information needed to refer to a field.
Instruction
          Class Instruction encapsulates a Java bytecode instruction.
ListFullException
          Class ListFullException encapsulates the exception thrown when a list is full and an attempt is made to add another item to the list.
Location
          Class Location is a pseudoinstruction used to represent a location within a sequence of bytecodes that can be the target of a branch instruction.
MethodReference
          Class MethodReference is used to create a reference to a method.
NamedClassReference
          Class NamedClassReference is used to create a class reference given the class name.
OutOfRangeException
          Class OutOfRangeException encapsulates the exception thrown when an operand is outside the allowed range.
PrimitiveReference
          Class PrimitiveReference encapsulates a reference to a primitive type.
SubroutineDescription
          Class SubroutineDescription encapsulates the information needed to refer to or to describe a subroutine (method, constructor, or class initializer).
SubroutineReference
          Class SubroutineReference encapsulates the information needed to refer to a subroutine (method, constructor, or class initializer).
SwitchInstruction
          Class SwitchInstruction is the abstract superclass for all switch instructions.
SynthesizedClassDescription
          Class SynthesizedClassDescription is used to synthesize a class description for some actual class.
SynthesizedClassOrInterfaceDescription
          Class SynthesizedClassOrInterfaceDescription is the abstract superclass for an object used to synthesize a class description for some actual class or interface.
SynthesizedFieldDescription
          Class SynthesizedFieldDescription is the abstract superclass of all classes used to synthesize a field description for some actual field.
SynthesizedInterfaceDescription
          Class SynthesizedInterfaceDescription is used to synthesize a class description for some actual interface.
SynthesizedMethodDescription
          Class SynthesizedMethodDescription is used to synthesize a subroutine description for some actual non-abstract method.
SynthesizedSubroutineDescription
          Class SynthesizedSubroutineDescription is the abstract superclass of all classes used to synthesize a subroutine description for some actual method, constructor, or class initializer.
TypeReference
          Class TypeReference encapsulates the information needed to refer to a type.
 

Classes in edu.rit.classfile used by edu.rit.m2mi
SynthesizedClassDescription
          Class SynthesizedClassDescription is used to synthesize a class description for some actual class.
 



Copyright © 2001-2006 by Alan Kaminsky. All rights reserved. Send comments to ark­@­cs.rit.edu.