Package | Description |
---|---|
soot.jimple.parser.node |
Modifier and Type | Class and Description |
---|---|
class |
ALabelName |
Modifier and Type | Method and Description |
---|---|
PLabelName |
ACatchClause.getFromLabel() |
PLabelName |
AGotoStmt.getLabelName() |
PLabelName |
ALabelStatement.getLabelName() |
PLabelName |
ACatchClause.getToLabel() |
PLabelName |
ACatchClause.getWithLabel() |
Modifier and Type | Method and Description |
---|---|
void |
ACatchClause.setFromLabel(PLabelName node) |
void |
AGotoStmt.setLabelName(PLabelName node) |
void |
ALabelStatement.setLabelName(PLabelName node) |
void |
ACatchClause.setToLabel(PLabelName node) |
void |
ACatchClause.setWithLabel(PLabelName node) |
Constructor and Description |
---|
ACatchClause(TCatch _catch_,
PClassName _name_,
TFrom _from_,
PLabelName _fromLabel_,
TTo _to_,
PLabelName _toLabel_,
TWith _with_,
PLabelName _withLabel_,
TSemicolon _semicolon_) |
AGotoStmt(TGoto _goto_,
PLabelName _labelName_,
TSemicolon _semicolon_) |
ALabelStatement(PLabelName _labelName_,
TColon _colon_) |