Public Methods | |
SliceTraceNode () | |
SliceTraceNode (SootMethod sm, Annotation sa) | |
SliceTraceNode (MethodInfo mi, Stmt s) | |
void | add (SliceTraceNode stn, Integer kind) |
boolean | equals (Object o) |
boolean | isChild (SliceTraceNode stn) |
String | toString () |
Public Attributes | |
MethodInfo | methodInfo |
Annotation | stmtAnnotation = null |
Map | parents |
Map | children |
Definition at line 62 of file SliceTraceNode.java.
|
Initial constructor. Definition at line 88 of file SliceTraceNode.java. |
|
Constructor for method and annotation.
Definition at line 99 of file SliceTraceNode.java. |
|
Constructor for method and statement.
Definition at line 112 of file SliceTraceNode.java. |
|
Add a slice trace node into current node list.
Definition at line 142 of file SliceTraceNode.java. |
|
See if a slice trace node
Definition at line 159 of file SliceTraceNode.java. |
|
Slice children of current node. Definition at line 83 of file SliceTraceNode.java. |
|
Method where the node is. Definition at line 67 of file SliceTraceNode.java. |
|
Slice parents of current node. Definition at line 77 of file SliceTraceNode.java. |
|
The annotation of the node (statement). Definition at line 71 of file SliceTraceNode.java. |