public class ExceptionCheckerError
extends java.lang.Exception
Constructor and Description |
---|
ExceptionCheckerError(SootMethod m,
SootClass sc,
Stmt s,
SourceLnPosTag pos) |
Modifier and Type | Method and Description |
---|---|
SootClass |
excType() |
void |
excType(SootClass sc) |
SootMethod |
method() |
void |
method(SootMethod sm) |
SourceLnPosTag |
position() |
void |
position(SourceLnPosTag pos) |
Stmt |
throwing() |
void |
throwing(Stmt s) |
public ExceptionCheckerError(SootMethod m, SootClass sc, Stmt s, SourceLnPosTag pos)
public SootMethod method()
public void method(SootMethod sm)
public SootClass excType()
public void excType(SootClass sc)
public Stmt throwing()
public void throwing(Stmt s)
public SourceLnPosTag position()
public void position(SourceLnPosTag pos)