|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectdk.brics.string.flow.Node
public abstract class Node
Superclass for flow graph nodes. A node represent a definition (a variable or expression).
| Method Summary | |
|---|---|
int |
compareTo(Node n)
|
int |
getIndex()
Returns the index of this node. |
Set<Use> |
getUses()
Returns set of Use objects representing uses of this definition. |
boolean |
isTaint()
|
void |
setTaint(boolean taint)
|
String |
toString()
Returns name of this node. |
abstract void |
visitBy(NodeVisitor v)
Visitor. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public int compareTo(Node n)
compareTo in interface Comparable<Node>public int getIndex()
public Set<Use> getUses()
Use objects representing uses of this definition.
public boolean isTaint()
public void setTaint(boolean taint)
public String toString()
toString in class Objectpublic abstract void visitBy(NodeVisitor v)
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||