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, isNativeclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetContext, getNode, isNativepublic DataFlowNodeIdentifier_c(AnalysisContext context, polyglot.visit.FlowGraph.PeerKey peerKey, polyglot.ast.Term node)
public polyglot.visit.FlowGraph.PeerKey getPeerKey()
getPeerKey in interface DataFlowNodeIdentifierprotected int computeHashCode()
computeHashCode in class NodeIdentifier_cpublic boolean equals(java.lang.Object o)
equals in class NodeIdentifier_cpublic java.lang.String toString()
toString in class NodeIdentifier_c