| Package | Description |
|---|---|
| soot.jimple.parser.node |
| Modifier and Type | Class and Description |
|---|---|
class |
AGotoStmt |
| Modifier and Type | Method and Description |
|---|---|
PGotoStmt |
ACaseStmt.getGotoStmt() |
PGotoStmt |
AGotoStatement.getGotoStmt() |
PGotoStmt |
AIfStatement.getGotoStmt() |
| Modifier and Type | Method and Description |
|---|---|
void |
ACaseStmt.setGotoStmt(PGotoStmt node) |
void |
AGotoStatement.setGotoStmt(PGotoStmt node) |
void |
AIfStatement.setGotoStmt(PGotoStmt node) |
| Constructor and Description |
|---|
ACaseStmt(PCaseLabel _caseLabel_,
TColon _colon_,
PGotoStmt _gotoStmt_) |
AGotoStatement(PGotoStmt _gotoStmt_) |
AIfStatement(TIf _if_,
PBoolExpr _boolExpr_,
PGotoStmt _gotoStmt_) |
Copyright © 2020 Soot OSS. All rights reserved.