public final class AThrowsClause extends PThrowsClause
| Constructor and Description |
|---|
AThrowsClause() |
AThrowsClause(TThrows _throws_,
PClassNameList _classNameList_) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Switch sw) |
Object |
clone() |
PClassNameList |
getClassNameList() |
TThrows |
getThrows() |
void |
setClassNameList(PClassNameList node) |
void |
setThrows(TThrows node) |
String |
toString() |
public AThrowsClause()
public AThrowsClause(TThrows _throws_, PClassNameList _classNameList_)
public void apply(Switch sw)
public TThrows getThrows()
public void setThrows(TThrows node)
public PClassNameList getClassNameList()
public void setClassNameList(PClassNameList node)
Copyright © 2020 Soot OSS. All rights reserved.