public class GotoStmt extends Stmt.E0Stmt implements JumpStmt
Stmt.ST.GOTO
Stmt.E0Stmt, Stmt.E1Stmt, Stmt.E2Stmt, Stmt.ST
Modifier and Type | Field and Description |
---|---|
LabelStmt |
target |
_cfg_froms, _ts_default_next, CAN_BRNANCH, CAN_CONTINUE, CAN_SWITCH, CAN_THROW, et, exceptionHandlers, frame, id, MAY_THROW, st, visited
Modifier and Type | Method and Description |
---|---|
Stmt |
clone(LabelAndLocalMapper mapper) |
LabelStmt |
getTarget() |
void |
setTarget(LabelStmt target) |
java.lang.String |
toString() |
public LabelStmt target
public GotoStmt(LabelStmt target)
public Stmt clone(LabelAndLocalMapper mapper)
public java.lang.String toString()
toString
in class java.lang.Object