Public Methods | |
DecompilerStmtSwitch () | |
void | caseAssignStmt (AssignStmt stmt) |
void | caseBreakpointStmt (BreakpointStmt stmt) |
void | caseEnterMonitorStmt (EnterMonitorStmt stmt) |
void | caseExitMonitorStmt (ExitMonitorStmt stmt) |
void | caseGotoStmt (GotoStmt stmt) |
void | caseIdentityStmt (IdentityStmt stmt) |
void | caseIfStmt (IfStmt stmt) |
void | caseInvokeStmt (InvokeStmt stmt) |
void | caseLookupSwitchStmt (LookupSwitchStmt stmt) |
void | caseNopStmt (NopStmt stmt) |
void | caseRetStmt (RetStmt stmt) |
void | caseReturnStmt (ReturnStmt stmt) |
void | caseReturnVoidStmt (ReturnVoidStmt stmt) |
void | caseTableSwitchStmt (TableSwitchStmt stmt) |
void | caseThrowStmt (ThrowStmt stmt) |
void | defaultCase (Object obj) |
Static Public Methods | |
Vector | evaluate (Stmt stmt) |
void | reset () |
Private Methods | |
Vector | getResult () |
Private Attributes | |
Vector | result = new Vector() |
Static Private Attributes | |
DecompilerStmtSwitch | walker = new DecompilerStmtSwitch() |
Definition at line 49 of file DecompilerStmtSwitch.java.
|
SlabsStmtSwitch constructor comment. Definition at line 55 of file DecompilerStmtSwitch.java. |
|
caseAssignStmt method comment. Definition at line 62 of file DecompilerStmtSwitch.java. |
|
caseBreakpointStmt method comment. Definition at line 93 of file DecompilerStmtSwitch.java. |
|
caseEnterMonitorStmt method comment. Definition at line 100 of file DecompilerStmtSwitch.java. |
|
caseExitMonitorStmt method comment. Definition at line 112 of file DecompilerStmtSwitch.java. |
|
caseGotoStmt method comment. Definition at line 120 of file DecompilerStmtSwitch.java. |
|
caseIdentityStmt method comment. Definition at line 128 of file DecompilerStmtSwitch.java. |
|
caseIfStmt method comment. Definition at line 141 of file DecompilerStmtSwitch.java. |
|
caseInvokeStmt method comment. Definition at line 157 of file DecompilerStmtSwitch.java. |
|
caseLookupSwitchStmt method comment. Definition at line 165 of file DecompilerStmtSwitch.java. |
|
caseNopStmt method comment. Definition at line 201 of file DecompilerStmtSwitch.java. |
|
caseRetStmt method comment. Definition at line 209 of file DecompilerStmtSwitch.java. |
|
caseReturnStmt method comment. Definition at line 216 of file DecompilerStmtSwitch.java. |
|
caseReturnVoidStmt method comment. Definition at line 226 of file DecompilerStmtSwitch.java. |
|
caseTableSwitchStmt method comment. Definition at line 233 of file DecompilerStmtSwitch.java. |
|
caseThrowStmt method comment. Definition at line 240 of file DecompilerStmtSwitch.java. |
|
defaultCase method comment. Definition at line 250 of file DecompilerStmtSwitch.java. |