public class DataFlowNodeIdentifier_c extends NodeIdentifier_c implements DataFlowNodeIdentifier
Modifier and Type | Field and Description |
---|---|
protected polyglot.visit.FlowGraph.PeerKey |
peerKey |
context, hc_valid, memoizedHashCode, node
Constructor and Description |
---|
DataFlowNodeIdentifier_c(AnalysisContext context,
polyglot.visit.FlowGraph.PeerKey peerKey,
polyglot.ast.Term node) |
Modifier and Type | Method and Description |
---|---|
protected int |
computeHashCode() |
boolean |
equals(java.lang.Object o) |
polyglot.visit.FlowGraph.PeerKey |
getPeerKey() |
java.lang.String |
toString() |
getContext, getNode, hashCode, isNative
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getContext, getNode, isNative
public DataFlowNodeIdentifier_c(AnalysisContext context, polyglot.visit.FlowGraph.PeerKey peerKey, polyglot.ast.Term node)
public polyglot.visit.FlowGraph.PeerKey getPeerKey()
getPeerKey
in interface DataFlowNodeIdentifier
protected int computeHashCode()
computeHashCode
in class NodeIdentifier_c
public boolean equals(java.lang.Object o)
equals
in class NodeIdentifier_c
public java.lang.String toString()
toString
in class NodeIdentifier_c