static class Cast.ProceedForCast extends java.lang.Object implements ProceedHandler
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
index |
(package private) CtClass |
retType |
| Constructor and Description |
|---|
ProceedForCast(int i,
CtClass t) |
| Modifier and Type | Method and Description |
|---|---|
void |
doit(JvstCodeGen gen,
Bytecode bytecode,
ASTList args) |
void |
setReturnType(JvstTypeChecker c,
ASTList args) |
int index
CtClass retType
ProceedForCast(int i,
CtClass t)
public void doit(JvstCodeGen gen, Bytecode bytecode, ASTList args) throws CompileError
doit in interface ProceedHandlerCompileErrorpublic void setReturnType(JvstTypeChecker c, ASTList args) throws CompileError
setReturnType in interface ProceedHandlerCompileError