public abstract class JPegStmt extends AbstractHost
Modifier and Type | Field and Description |
---|---|
protected String |
caller |
protected String |
name |
protected String |
object |
protected SootMethod |
sootMethod |
protected Unit |
unit |
protected UnitGraph |
unitGraph |
col, line
Modifier | Constructor and Description |
---|---|
protected |
JPegStmt() |
protected |
JPegStmt(String obj,
String na,
String ca) |
protected |
JPegStmt(String obj,
String na,
String ca,
SootMethod sm) |
protected |
JPegStmt(String obj,
String na,
String ca,
UnitGraph ug,
SootMethod sm) |
protected |
JPegStmt(String obj,
String na,
String ca,
Unit un,
UnitGraph ug,
SootMethod sm) |
Modifier and Type | Method and Description |
---|---|
boolean |
containUnit() |
boolean |
containUnitGraph() |
String |
getCaller() |
SootMethod |
getMethod() |
String |
getName() |
String |
getObject() |
Unit |
getUnit() |
UnitGraph |
getUnitGraph() |
protected void |
setCaller(String ca) |
protected void |
setName(String na) |
protected void |
setObject(String ob) |
protected void |
setUnit(Unit un) |
protected void |
setUnitGraph(UnitGraph ug) |
String |
testToString() |
String |
toString() |
addAllTagsOf, addTag, getJavaSourceStartColumnNumber, getJavaSourceStartLineNumber, getTag, getTags, hasTag, removeAllTags, removeTag
protected String object
protected String name
protected String caller
protected Unit unit
protected UnitGraph unitGraph
protected SootMethod sootMethod
protected JPegStmt()
protected JPegStmt(String obj, String na, String ca, SootMethod sm)
protected JPegStmt(String obj, String na, String ca, UnitGraph ug, SootMethod sm)
protected void setUnit(Unit un)
protected void setUnitGraph(UnitGraph ug)
public UnitGraph getUnitGraph()
public boolean containUnitGraph()
public Unit getUnit()
public boolean containUnit()
public String getObject()
protected void setObject(String ob)
public String getName()
protected void setName(String na)
public String getCaller()
protected void setCaller(String ca)
public SootMethod getMethod()
public String testToString()