Uses of Package
javassist

Packages that use javassist
javassist The Javassist Core API. 
javassist.bytecode Bytecode-level API. 
javassist.bytecode.annotation Annotations. 
javassist.expr This package contains the classes for modifying a method body. 
javassist.preproc A sample preprocessor. 
javassist.reflect Runtime Behavioral Reflection. 
javassist.rmi Sample implementation of remote method invocation. 
javassist.web Simple web server. 
 

Classes in javassist used by javassist
CannotCompileException
          Thrown when bytecode transformation has failed.
ClassMap
          A hashtable associating class names with different names.
ClassPath
          ClassPath is an interface implemented by objects representing a class search path.
ClassPool
          A container of CtClass objects.
CodeConverter
          Simple translator of method bodies (also see the javassist.expr package).
CtBehavior
          CtBehavior represents a method, a constructor, or a static constructor (class initializer).
CtClass
          An instance of CtClass represents a class.
CtConstructor
          An instance of CtConstructor represents a constructor.
CtField
          An instance of CtField represents a field.
CtField.Initializer
          Instances of this class specify how to initialize a field.
CtMember
          An instance of CtMember represents a field, a constructor, or a method.
CtMethod
          An instance of CtMethod represents a method.
CtMethod.ConstParameter
          Instances of this class represent a constant parameter.
NotFoundException
          Signals that something could not be found.
Translator
          An observer of Loader.
 

Classes in javassist used by javassist.bytecode
CannotCompileException
          Thrown when bytecode transformation has failed.
ClassPool
          A container of CtClass objects.
CtClass
          An instance of CtClass represents a class.
NotFoundException
          Signals that something could not be found.
 

Classes in javassist used by javassist.bytecode.annotation
CtClass
          An instance of CtClass represents a class.
NotFoundException
          Signals that something could not be found.
 

Classes in javassist used by javassist.expr
CannotCompileException
          Thrown when bytecode transformation has failed.
CtBehavior
          CtBehavior represents a method, a constructor, or a static constructor (class initializer).
CtClass
          An instance of CtClass represents a class.
CtConstructor
          An instance of CtConstructor represents a constructor.
CtField
          An instance of CtField represents a field.
CtMethod
          An instance of CtMethod represents a method.
NotFoundException
          Signals that something could not be found.
 

Classes in javassist used by javassist.preproc
CannotCompileException
          Thrown when bytecode transformation has failed.
ClassPool
          A container of CtClass objects.
CtClass
          An instance of CtClass represents a class.
 

Classes in javassist used by javassist.reflect
CannotCompileException
          Thrown when bytecode transformation has failed.
ClassPool
          A container of CtClass objects.
CtClass
          An instance of CtClass represents a class.
Loader
          The class loader for Javassist.
NotFoundException
          Signals that something could not be found.
Translator
          An observer of Loader.
 

Classes in javassist used by javassist.rmi
CannotCompileException
          Thrown when bytecode transformation has failed.
ClassPool
          A container of CtClass objects.
NotFoundException
          Signals that something could not be found.
Translator
          An observer of Loader.
 

Classes in javassist used by javassist.web
CannotCompileException
          Thrown when bytecode transformation has failed.
ClassPool
          A container of CtClass objects.
NotFoundException
          Signals that something could not be found.
Translator
          An observer of Loader.
 



Javassist, a Java-bytecode translator toolkit. Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.