Uses of Package
javassist
-
Packages that use javassist Package Description javassist The Javassist Core API.javassist.bytecode Bytecode-level API.javassist.bytecode.analysis Bytecode Analysis API.javassist.bytecode.annotation Bytecode-level Annotations API.javassist.bytecode.stackmap javassist.compiler javassist.compiler.ast javassist.convert javassist.expr This package contains the classes for modifying a method body.javassist.scopedpool A custom class pool for several JBoss products.javassist.tools Covenient tools.javassist.tools.reflect Runtime Behavioral Reflection.javassist.tools.rmi Sample implementation of remote method invocation.javassist.tools.web Simple web server for running sample code.javassist.util Utility classes.javassist.util.proxy Dynamic proxy (similar toEnhancerof cglib). -
Classes in javassist used by javassist Class Description CannotCompileException Thrown when bytecode transformation has failed.ClassMap A hash table associating class names with different names.ClassPath ClassPathis an interface implemented by objects representing a class search path.ClassPathList ClassPool A container ofCtClassobjects.ClassPoolTail CodeConverter Simple translator of method bodies (also see thejavassist.exprpackage).CodeConverter.ArrayAccessReplacementMethodNames Interface containing the method names to be used as array access replacements.CtBehavior CtBehaviorrepresents a method, a constructor, or a static constructor (class initializer).CtClass An instance ofCtClassrepresents a class.CtClassType Class> types.CtConstructor An instance of CtConstructor represents a constructor.CtField An instance of CtField represents a field.CtField.CodeInitializer0 CtField.Initializer Instances of this class specify how to initialize a field.CtField.NewInitializer A field initialized with an object created by the new operator.CtMember An instance ofCtMemberrepresents a field, a constructor, or a method.CtMember.Cache CtMethod An instance ofCtMethodrepresents a method.CtMethod.ConstParameter Instances of this class represent a constant parameter.CtNewWrappedMethod FieldInitLink JarClassPath NotFoundException Signals that something could not be found.Translator An observer ofLoader. -
Classes in javassist used by javassist.bytecode Class Description CannotCompileException Thrown when bytecode transformation has failed.ClassPool A container ofCtClassobjects.CtClass An instance ofCtClassrepresents a class.CtMethod An instance ofCtMethodrepresents a method.NotFoundException Signals that something could not be found. -
Classes in javassist used by javassist.bytecode.analysis Class Description ClassPool A container ofCtClassobjects.CtClass An instance ofCtClassrepresents a class.CtMethod An instance ofCtMethodrepresents a method.NotFoundException Signals that something could not be found. -
Classes in javassist used by javassist.bytecode.annotation Class Description ClassPool A container ofCtClassobjects.CtClass An instance ofCtClassrepresents a class.NotFoundException Signals that something could not be found. -
Classes in javassist used by javassist.bytecode.stackmap Class Description ClassPool A container ofCtClassobjects.CtClass An instance ofCtClassrepresents a class.NotFoundException Signals that something could not be found. -
Classes in javassist used by javassist.compiler Class Description CannotCompileException Thrown when bytecode transformation has failed.ClassPool A container ofCtClassobjects.CtBehavior CtBehaviorrepresents a method, a constructor, or a static constructor (class initializer).CtClass An instance ofCtClassrepresents a class.CtField An instance of CtField represents a field.CtMember An instance ofCtMemberrepresents a field, a constructor, or a method.CtMethod An instance ofCtMethodrepresents a method.NotFoundException Signals that something could not be found. -
Classes in javassist used by javassist.compiler.ast Class Description CtField An instance of CtField represents a field. -
Classes in javassist used by javassist.convert Class Description CannotCompileException Thrown when bytecode transformation has failed.ClassPool A container ofCtClassobjects.CodeConverter.ArrayAccessReplacementMethodNames Interface containing the method names to be used as array access replacements.CtClass An instance ofCtClassrepresents a class.CtField An instance of CtField represents a field.CtMethod An instance ofCtMethodrepresents a method.NotFoundException Signals that something could not be found. -
Classes in javassist used by javassist.expr Class Description CannotCompileException Thrown when bytecode transformation has failed.CtBehavior CtBehaviorrepresents a method, a constructor, or a static constructor (class initializer).CtClass An instance ofCtClassrepresents a class.CtConstructor An instance of CtConstructor represents a constructor.CtField An instance of CtField represents a field.CtMethod An instance ofCtMethodrepresents a method.NotFoundException Signals that something could not be found. -
Classes in javassist used by javassist.scopedpool Class Description CannotCompileException Thrown when bytecode transformation has failed.ClassPool A container ofCtClassobjects.CtClass An instance ofCtClassrepresents a class.LoaderClassPath A class search-path representing a class loader.NotFoundException Signals that something could not be found. -
Classes in javassist used by javassist.tools Class Description CannotCompileException Thrown when bytecode transformation has failed.CtBehavior CtBehaviorrepresents a method, a constructor, or a static constructor (class initializer). -
Classes in javassist used by javassist.tools.reflect Class Description CannotCompileException Thrown when bytecode transformation has failed.ClassPool A container ofCtClassobjects.CodeConverter Simple translator of method bodies (also see thejavassist.exprpackage).CtClass An instance ofCtClassrepresents a class.CtMethod An instance ofCtMethodrepresents a method.Loader The class loader for Javassist.NotFoundException Signals that something could not be found.Translator An observer ofLoader. -
Classes in javassist used by javassist.tools.rmi Class Description CannotCompileException Thrown when bytecode transformation has failed.ClassPool A container ofCtClassobjects.CtClass An instance ofCtClassrepresents a class.CtMethod An instance ofCtMethodrepresents a method.NotFoundException Signals that something could not be found.Translator An observer ofLoader. -
Classes in javassist used by javassist.tools.web Class Description CannotCompileException Thrown when bytecode transformation has failed.ClassPool A container ofCtClassobjects.NotFoundException Signals that something could not be found.Translator An observer ofLoader. -
Classes in javassist used by javassist.util Class Description CannotCompileException Thrown when bytecode transformation has failed.CtClass An instance ofCtClassrepresents a class.NotFoundException Signals that something could not be found. -
Classes in javassist used by javassist.util.proxy Class Description CannotCompileException Thrown when bytecode transformation has failed.