Package proguard.dexfile.ir.stmt
Class LabelStmt
- java.lang.Object
-
- proguard.dexfile.ir.stmt.Stmt
-
- proguard.dexfile.ir.stmt.Stmt.E0Stmt
-
- proguard.dexfile.ir.stmt.LabelStmt
-
public class LabelStmt extends Stmt.E0Stmt
Represent a Label statement- See Also:
Stmt.ST.LABEL
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class proguard.dexfile.ir.stmt.Stmt
Stmt.E0Stmt, Stmt.E1Stmt, Stmt.E2Stmt, Stmt.ST
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
displayName
int
lineNumber
java.util.List<AssignStmt>
phis
java.lang.Object
tag
-
Fields inherited from class proguard.dexfile.ir.stmt.Stmt
_cfg_froms, _ts_default_next, CAN_BRNANCH, CAN_CONTINUE, CAN_SWITCH, CAN_THROW, et, exceptionHandlers, frame, id, MAY_THROW, st, visited
-
-
Constructor Summary
Constructors Constructor Description LabelStmt()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LabelStmt
clone(LabelAndLocalMapper mapper)
java.lang.String
getDisplayName()
java.lang.String
toString()
-
-
-
Field Detail
-
displayName
public java.lang.String displayName
-
lineNumber
public int lineNumber
-
phis
public java.util.List<AssignStmt> phis
-
tag
public java.lang.Object tag
-
-
Method Detail
-
clone
public LabelStmt clone(LabelAndLocalMapper mapper)
-
getDisplayName
public java.lang.String getDisplayName()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-