Package com.googlecode.dex2jar.ir.stmt
Class Stmts
java.lang.Object
com.googlecode.dex2jar.ir.stmt.Stmts
-
Method Summary
Modifier and TypeMethodDescriptionstatic AssignStmtstatic AssignStmtnFillArrayData(Value left, Value arrayData) static GotoStmtstatic AssignStmtstatic IfStmtstatic LabelStmtnLabel()static UnopStmtstatic LookupSwitchStmtnLookupSwitch(Value key, int[] lookupValues, LabelStmt[] targets, LabelStmt target) static NopStmtnNop()static UnopStmtstatic ReturnVoidStmtstatic TableSwitchStmtnTableSwitch(Value key, int lowIndex, LabelStmt[] targets, LabelStmt target) static UnopStmtstatic UnopStmtstatic VoidInvokeStmtnVoidInvoke(Value op)
-
Method Details
-
nAssign
-
nFillArrayData
-
nGoto
-
nIdentity
-
nIf
-
nLabel
-
nLock
-
nLookupSwitch
public static LookupSwitchStmt nLookupSwitch(Value key, int[] lookupValues, LabelStmt[] targets, LabelStmt target) -
nNop
-
nReturn
-
nReturnVoid
-
nTableSwitch
public static TableSwitchStmt nTableSwitch(Value key, int lowIndex, LabelStmt[] targets, LabelStmt target) -
nThrow
-
nUnLock
-
nVoidInvoke
-