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