Uses of Package
javassist.expr
Package
Description
The Javassist Core API.
This package contains the classes for modifying a method body.
-
-
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).