Package javassist.expr

This package contains the classes for modifying a method body.

See:
          Description

Class Summary
Cast Explicit type cast.
ConstructorCall Constructor call such as this() and super() within a constructor body.
Expr Expression.
ExprEditor A translator of method bodies.
FieldAccess Expression for accessing a field.
Handler A catch clause or a finally block.
Instanceof Instanceof operator.
MethodCall Method invocation (caller-side expression).
NewArray Array creation.
NewExpr Object creation (new expression).
 

Package javassist.expr Description

This package contains the classes for modifying a method body. See ExprEditor (expression editor) for more details.



Javassist, a Java-bytecode translator toolkit.
Copyright (C) 1999-2010 Shigeru Chiba. All Rights Reserved.