Uses of Class
javassist.CannotCompileException
Package
Description
The Javassist Core API.
Bytecode-level API.
This package contains the classes for modifying a method body.
Covenient tools.
Runtime Behavioral Reflection.
Sample implementation of remote method invocation.
Simple web server for running sample code.
Utility classes.
Dynamic proxy (similar to
Enhancer
of cglib).-
Uses of CannotCompileException in javassist
Modifier and TypeMethodDescriptionvoid
Adds a catch clause that handles an exception thrown in the body.void
Adds a catch clause that handles an exception thrown in the body.void
CtClass.addConstructor
(CtConstructor c) Adds a constructor.void
Adds a field.void
Adds a field with an initial value.void
CtClass.addField
(CtField f, CtField.Initializer init) Adds a field with an initial value.void
CtBehavior.addLocalVariable
(String name, CtClass type) Declares a new local variable.void
Adds a method.void
CtBehavior.addParameter
(CtClass type) Appends a new parameter, which becomes the last parameter.void
Loader.addTranslator
(ClassPool cp, Translator t) Adds a translator, which is called whenever a class is loaded.static long
SerialVersionUID.calculateDefault
(CtClass clazz) Calculate default value.boolean
CtConstructor.callsSuper()
Returns true if this constructor calls a constructor of the super class.static CtConstructor
CtNewConstructor.copy
(CtConstructor c, CtClass declaring, ClassMap map) Creates a copy of a constructor.static CtMethod
Creates a copy of a method with a new name.static CtMethod
Creates a copy of a method.static CtConstructor
CtNewConstructor.defaultConstructor
(CtClass declaring) Creates a default (public) constructor.static CtMethod
Creates a method forwarding to a delegate in a super class.static CtMethod
Creates a public getter method.void
CtBehavior.insertAfter
(String src) Inserts bytecode at the end of the body.void
CtBehavior.insertAfter
(String src, boolean asFinally) Inserts bytecode at the end of the body.void
CtBehavior.insertAfter
(String src, boolean asFinally, boolean redundant) Inserts bytecode at the end of the body.void
CodeConverter.insertAfterMethod
(CtMethod origMethod, CtMethod afterMethod) Inserts a call to another method after an existing method call.int
Inserts bytecode at the specified line in the body.int
Inserts bytecode at the specified line in the body.void
CtBehavior.insertBefore
(String src) Inserts bytecode at the beginning of the body.void
CtConstructor.insertBeforeBody
(String src) Inserts bytecode just after another constructor in the super class or this class is called.void
CodeConverter.insertBeforeMethod
(CtMethod origMethod, CtMethod beforeMethod) Insert a call to another method before an existing method call.void
CtBehavior.insertParameter
(CtClass type) Inserts a new parameter, which becomes the first parameter.void
CtBehavior.instrument
(CodeConverter converter) Modifies the method/constructor body.void
CtBehavior.instrument
(ExprEditor editor) Modifies the method/constructor body.void
CtClass.instrument
(CodeConverter converter) Applies the given converter to all methods and constructors declared in the class.void
CtClass.instrument
(ExprEditor editor) Modifies the bodies of all methods and constructors declared in the class.Class<?>
Loader.Simple.invokeDefineClass
(CtClass cc) Invokes the protecteddefineClass()
inClassLoader
.static CtField
Compiles the given source code and creates a field.static CtMethod
Compiles the given source code and creates a method.static CtMethod
CtMethod.make
(MethodInfo minfo, CtClass declaring) Creates a method from aMethodInfo
object.static CtConstructor
Compiles the given source code and creates a constructor.static CtConstructor
CtNewConstructor.make
(CtClass[] parameters, CtClass[] exceptions, int howto, CtMethod body, CtMethod.ConstParameter cparam, CtClass declaring) Creates a public constructor.static CtConstructor
Creates a public constructor.static CtConstructor
Creates a public constructor that only calls a constructor in the super class.static CtMethod
CtNewMethod.make
(int modifiers, CtClass returnType, String mname, CtClass[] parameters, CtClass[] exceptions, String body, CtClass declaring) Creates a method.static CtMethod
Compiles the given source code and creates a method.static CtMethod
Compiles the given source code and creates a method.static CtMethod
CtNewMethod.make
(CtClass returnType, String mname, CtClass[] parameters, CtClass[] exceptions, String body, CtClass declaring) Creates a public (non-static) method.CtClass.makeClassInitializer()
Makes an empty class initializer (static constructor).void
ClassPool.makePackage
(ClassLoader loader, String name) Deprecated.void
Is invoked by aLoader
for notifying that a class is loaded.void
CodeConverter.redirectMethodCall
(String oldMethodName, CtMethod newMethod) Correct invocations to a method that has been renamed.void
CodeConverter.redirectMethodCall
(CtMethod origMethod, CtMethod substMethod) Modify method invocations in a method body so that a different method will be invoked.void
Sets a method/constructor body.void
Sets a method/constructor body.void
Sets a constructor body.void
CtConstructor.setBody
(CtConstructor src, ClassMap map) Copies a constructor body from another constructor.void
Copies a method body from another method.static void
SerialVersionUID.setSerialVersionUID
(CtClass clazz) Adds serialVersionUID if one does not already exist.void
CtClass.setSuperclass
(CtClass clazz) Changes a super class unless this object represents an interface.static CtMethod
Creates a public setter method.void
CtMethod.setWrappedBody
(CtMethod mbody, CtMethod.ConstParameter constParam) Replace a method body with a new method body wrapping the given method.static CtConstructor
Creates a public constructor that only calls a constructor in the super class.void
Is invoked by aLoader
for initialization when the object is attached to theLoader
object.byte[]
CtClass.toBytecode()
Converts this class to a class file.void
CtClass.toBytecode
(DataOutputStream out) Converts this class to a class file.Converts the given class to ajava.lang.Class
object.Class<?>
Converts the class to ajava.lang.Class
object.ClassPool.toClass
(CtClass ct, Class<?> neighbor, ClassLoader loader, ProtectionDomain domain) Converts the class to ajava.lang.Class
object.ClassPool.toClass
(CtClass ct, ClassLoader loader) Deprecated.ClassPool.toClass
(CtClass ct, ClassLoader loader, ProtectionDomain domain) Deprecated.Class<?>
ClassPool.toClass
(CtClass ct, MethodHandles.Lookup lookup) Converts the class to ajava.lang.Class
object.Class<?>
CtClass.toClass()
Converts this class to ajava.lang.Class
object.Class<?>
Converts this class to ajava.lang.Class
object.final Class<?>
CtClass.toClass
(ClassLoader loader) Deprecated.Replaced byCtClass.toClass(ClassLoader,ProtectionDomain)
Class<?>
CtClass.toClass
(ClassLoader loader, ProtectionDomain domain) Converts this class to ajava.lang.Class
object.Class<?>
CtClass.toClass
(MethodHandles.Lookup lookup) Converts this class to ajava.lang.Class
object.Makes a copy of this constructor and converts it into a method.Makes a copy of this constructor and converts it into a method.void
Declares to use$cflow
for this method/constructor.static CtMethod
CtNewMethod.wrapped
(CtClass returnType, String mname, CtClass[] parameterTypes, CtClass[] exceptionTypes, CtMethod body, CtMethod.ConstParameter constParam, CtClass declaring) Creates a wrapped method.void
CtClass.writeFile()
Writes a class file represented by thisCtClass
object in the current directory.void
Writes a class file represented by thisCtClass
object on a local disk.ModifierConstructorDescriptionCtConstructor
(CtConstructor src, CtClass declaring, ClassMap map) Creates a copy of aCtConstructor
object.Creates aCtField
object.Creates a copy of the given field.Creates a copy of aCtMethod
object. -
Uses of CannotCompileException in javassist.bytecode
Modifier and TypeClassDescriptionclass
An exception thrown when adding a duplicate member is requested.Modifier and TypeMethodDescriptionvoid
StackMap.removeNew
(int where) Undocumented method.void
StackMapTable.removeNew
(int where) Undocumented method.void
ClassFile.setSuperclass
(String superclass) Sets the super class. -
Uses of CannotCompileException in javassist.expr
Modifier and TypeMethodDescriptionboolean
ExprEditor.doit
(CtClass clazz, MethodInfo minfo) Undocumented method.void
Edits an expression for explicit type casting (overridable).void
ExprEditor.edit
(ConstructorCall c) Edits a constructor call (overridable).void
ExprEditor.edit
(FieldAccess f) Edits a field-access expression (overridable).void
Edits a catch clause (overridable).void
ExprEditor.edit
(Instanceof i) Edits an instanceof expression (overridable).void
ExprEditor.edit
(MethodCall m) Edits a method call (overridable).void
Edits an expression for array creation (overridable).void
Edits anew
expression (overridable).void
Handler.insertBefore
(String src) Inserts bytecode at the beginning of the catch clause.void
Replaces the explicit cast operator with the bytecode derived from the given source text.abstract void
Replaces this expression with the bytecode derived from the given source text.void
Expr.replace
(String statement, ExprEditor recursive) Replaces this expression with the bytecode derived from the given source text andExprEditor
.void
Replaces the method call with the bytecode derived from the given source text.void
This method has not been implemented yet.void
Replaces the instanceof operator with the bytecode derived from the given source text.void
Replaces the method call with the bytecode derived from the given source text.void
Replaces the array creation with the bytecode derived from the given source text.void
Replaces thenew
expression with the bytecode derived from the given source text. -
Uses of CannotCompileException in javassist.tools
Modifier and TypeMethodDescriptionstatic void
Callback.insertAfter
(CtBehavior behavior, Callback callback) Utility method to inserts callback at the end of the body.static void
Callback.insertAfter
(CtBehavior behavior, Callback callback, boolean asFinally) Utility method to inserts callback at the end of the body.static int
Callback.insertAt
(CtBehavior behavior, Callback callback, int lineNum) Utility method to inserts callback at the specified line in the body.static void
Callback.insertBefore
(CtBehavior behavior, Callback callback) Utility method to insert callback at the beginning of the body. -
Uses of CannotCompileException in javassist.tools.reflect
Modifier and TypeClassDescriptionclass
Thrown bymakeReflective()
inReflection
when there is an attempt to reflect a class that is either an interface or a subclass of either ClassMetaobject or Metaobject.Modifier and TypeMethodDescriptionboolean
Loader.makeReflective
(String clazz, String metaobject, String metaclass) Produces a reflective class.boolean
Reflection.makeReflective
(Class<?> clazz, Class<?> metaobject, Class<?> metaclass) Produces a reflective class.boolean
Reflection.makeReflective
(String classname, String metaobject, String metaclass) Produces a reflective class.boolean
Reflection.makeReflective
(CtClass clazz, CtClass metaobject, CtClass metaclass) Produces a reflective class.void
Inserts hooks for intercepting accesses to the fields declared in reflective classes. -
Uses of CannotCompileException in javassist.tools.rmi
Modifier and TypeMethodDescriptionint
AppletServer.exportObject
(String name, Object obj) Exports an object.boolean
StubGenerator.makeProxyClass
(Class<?> clazz) Makes a proxy class.ModifierConstructorDescriptionAppletServer
(int port) Constructs a web server.AppletServer
(int port, ClassPool src) Constructs a web server.AppletServer
(String port) Constructs a web server. -
Uses of CannotCompileException in javassist.tools.web
Modifier and TypeMethodDescriptionvoid
Webserver.addTranslator
(ClassPool cp, Translator t) Adds a translator, which is called whenever a client requests a class file. -
Uses of CannotCompileException in javassist.util
Modifier and TypeMethodDescriptionstatic File
HotSwapAgent.createAgentJarFile
(String fileName) Creates an agent file for usingHotSwapAgent
.static void
Redefines classes.static void
Redefines a class. -
Uses of CannotCompileException in javassist.util.proxy
Modifier and TypeMethodDescriptionstatic void
DefinePackageHelper.definePackage
(String className, ClassLoader loader) Defines a new package.static Class<?>
Loads a class file byjava.lang.invoke.MethodHandles.Lookup
.static Class<?>
DefineClassHelper.toClass
(MethodHandles.Lookup lookup, byte[] bcode) Loads a class file byjava.lang.invoke.MethodHandles.Lookup
.static Class<?>
DefineClassHelper.toClass
(String className, Class<?> neighbor, ClassLoader loader, ProtectionDomain domain, byte[] bcode) Loads a class file by a given class loader.static Class<?>
FactoryHelper.toClass
(ClassFile cf, Class<?> neighbor, ClassLoader loader, ProtectionDomain domain) Loads a class file by a given class loader.static Class<?>
FactoryHelper.toClass
(ClassFile cf, ClassLoader loader) Deprecated.static Class<?>
FactoryHelper.toClass
(ClassFile cf, ClassLoader loader, ProtectionDomain domain) Deprecated.static Class<?>
FactoryHelper.toClass
(ClassFile cf, MethodHandles.Lookup lookup) Loads a class file by a given lookup.static void
Writes a class file.
ClassPool.toClass(CtClass,Class,ClassLoader,ProtectionDomain)
.