|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use javassist | |
javassist | The Javassist Core API. |
javassist.bytecode | Bytecode-level API. |
javassist.expr | This package contains the classes for modifying a method body. |
javassist.preproc | A sample preprocessor. |
javassist.reflect | Runtime Reflection. |
javassist.rmi | Remote Method Invocation. |
javassist.web | Web server. |
Classes in javassist used by javassistCannotCompileException
|
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 driver class for controlling bytecode editing with Javassist. CodeConverter
|
Simple translator of method bodies (also see the javassist.expr package).CtBehavior
|
CtBehavior is the abstract super class of
CtMethod and CtConstructor .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 ClassPool . |
Classes in javassist used by javassist.bytecodeCannotCompileException
|
Thrown when bytecode transformation has failed. ClassPool
|
A driver class for controlling bytecode editing with Javassist. CtClass
|
An instance of CtClass represents a class.NotFoundException
|
Signals that something could not be found. |
Classes in javassist used by javassist.exprCannotCompileException
|
Thrown when bytecode transformation has failed. CtBehavior
|
CtBehavior is the abstract super class of
CtMethod and CtConstructor .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.preprocCannotCompileException
|
Thrown when bytecode transformation has failed. ClassPool
|
A driver class for controlling bytecode editing with Javassist. CtClass
|
An instance of CtClass represents a class. |
Classes in javassist used by javassist.reflectCannotCompileException
|
Thrown when bytecode transformation has failed. ClassPool
|
A driver class for controlling bytecode editing with Javassist. CtClass
|
An instance of CtClass represents a class.Loader
|
The class loader for Javassist (JDK 1.2 or later only). NotFoundException
|
Signals that something could not be found. Translator
|
An observer of ClassPool . |
Classes in javassist used by javassist.rmiCannotCompileException
|
Thrown when bytecode transformation has failed. ClassPool
|
A driver class for controlling bytecode editing with Javassist. NotFoundException
|
Signals that something could not be found. Translator
|
An observer of ClassPool . |
Classes in javassist used by javassist.webClassPool
|
A driver class for controlling bytecode editing with Javassist. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |