| Package | Description | 
|---|---|
| javassist | The Javassist Core API. | 
| javassist.expr | This package contains the classes for modifying a method body. | 
| Class and Description | 
|---|
| ExprEditor A translator of method bodies. | 
| Class and Description | 
|---|
| Cast Explicit type cast. | 
| ConstructorCall Constructor call such as  this()andsuper()within a constructor body. | 
| Expr Expression. | 
| ExprEditor A translator of method bodies. | 
| FieldAccess Expression for accessing a field. | 
| Handler A  catchclause or afinallyblock. | 
| Instanceof Instanceof operator. | 
| MethodCall Method invocation (caller-side expression). | 
| NewArray Array creation. | 
| NewExpr Object creation (new expression). | 
Copyright © 2016 Shigeru Chiba, www.javassist.org. All Rights Reserved.