Package javassist.expr
package javassist.expr
This package contains the classes for modifying a method body.
See ExprEditor
(expression editor) for more details.
-
ClassDescriptionExplicit type cast.Constructor call such as
this()
andsuper()
within a constructor body.Expression.A translator of method bodies.Expression for accessing a field.Acatch
clause or afinally
block.Instanceof operator.Method invocation (caller-side expression).Array creation.Object creation (new
expression).