org.dellroad.jc.cgen
Class StmtTagCopierSwitch
java.lang.Object
soot.jimple.AbstractStmtSwitch
org.dellroad.jc.cgen.StmtTagCopierSwitch
- All Implemented Interfaces:
- StmtSwitch, Switch
- public class StmtTagCopierSwitch
- extends AbstractStmtSwitch
Copies tags from Jimple Stmt's to ValueBoxes.
All tags are copied.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StmtTagCopierSwitch
public StmtTagCopierSwitch()
caseInvokeStmt
public void caseInvokeStmt(InvokeStmt stmt)
caseAssignStmt
public void caseAssignStmt(AssignStmt stmt)
caseIdentityStmt
public void caseIdentityStmt(IdentityStmt stmt)
caseEnterMonitorStmt
public void caseEnterMonitorStmt(EnterMonitorStmt stmt)
caseExitMonitorStmt
public void caseExitMonitorStmt(ExitMonitorStmt stmt)
caseIfStmt
public void caseIfStmt(IfStmt stmt)
caseLookupSwitchStmt
public void caseLookupSwitchStmt(LookupSwitchStmt stmt)
caseReturnStmt
public void caseReturnStmt(ReturnStmt stmt)
caseTableSwitchStmt
public void caseTableSwitchStmt(TableSwitchStmt stmt)
caseThrowStmt
public void caseThrowStmt(ThrowStmt stmt)