| Package | Description | 
|---|---|
| javassist.compiler | |
| javassist.compiler.ast | 
| Modifier and Type | Method and Description | 
|---|---|
| void | CodeGen. atCastExpr(CastExpr expr) | 
| void | JvstTypeChecker. atCastExpr(CastExpr expr) | 
| void | JvstCodeGen. atCastExpr(CastExpr expr) | 
| void | TypeChecker. atCastExpr(CastExpr expr) | 
| protected void | JvstTypeChecker. atCastToRtype(CastExpr expr)Inserts a cast operator to the return type. | 
| protected void | JvstCodeGen. atCastToRtype(CastExpr expr)Inserts a cast operator to the return type. | 
| protected void | JvstTypeChecker. atCastToWrapper(CastExpr expr) | 
| protected void | JvstCodeGen. atCastToWrapper(CastExpr expr) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | InstanceOfExprInstanceof expression. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Visitor. atCastExpr(CastExpr n) | 
Copyright © 2016 Shigeru Chiba, www.javassist.org. All Rights Reserved.