Package com.googlecode.dex2jar.ir.stmt
Class GotoStmt
java.lang.Object
com.googlecode.dex2jar.ir.stmt.Stmt
com.googlecode.dex2jar.ir.stmt.Stmt.E0Stmt
com.googlecode.dex2jar.ir.stmt.GotoStmt
- All Implemented Interfaces:
JumpStmt
Represent a GOTO statement
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.googlecode.dex2jar.ir.stmt.Stmt
Stmt.E0Stmt, Stmt.E1Stmt, Stmt.E2Stmt, Stmt.ST -
Field Summary
FieldsFields inherited from class com.googlecode.dex2jar.ir.stmt.Stmt
CAN_BRNANCH, CAN_CONTINUE, CAN_SWITCH, CAN_THROW, cfgFroms, et, exceptionHandlers, frame, id, MAY_THROW, st, tsDefaultNext, visited -
Constructor Summary
Constructors -
Method Summary