Class AssignEquation
java.lang.Object
com.ibm.wala.util.graph.impl.NodeWithNumber
com.ibm.wala.fixpoint.AbstractStatement<PointsToSetVariable, UnaryOperator<PointsToSetVariable>>
com.ibm.wala.fixpoint.UnaryStatement<PointsToSetVariable>
com.ibm.wala.ipa.callgraph.propagation.AssignEquation
- All Implemented Interfaces:
IFixedPointStatement<PointsToSetVariable>, INodeWithNumber
A specialized equation class introduced for efficiency.
-
Field Summary
Fields inherited from class UnaryStatement
lhs, rhs -
Method Summary
Modifier and TypeMethodDescriptionbooleanMethods inherited from class UnaryStatement
evaluate, getLHS, getOperands, getRHS, getRightHandSide, hashCode, hasVariable, toStringMethods inherited from class AbstractStatement
getOrderNumberMethods inherited from class NodeWithNumber
getGraphNodeId, setGraphNodeIdMethods inherited from interface INodeWithNumber
getGraphNodeId, setGraphNodeId
-
Method Details
-
getOperator
- Specified by:
getOperatorin classAbstractStatement<PointsToSetVariable, UnaryOperator<PointsToSetVariable>>
-
equals
- Overrides:
equalsin classUnaryStatement<PointsToSetVariable>
-