Class AbstractFixedPointSolver.Statement
java.lang.Object
com.ibm.wala.util.graph.impl.NodeWithNumber
com.ibm.wala.fixpoint.AbstractStatement<T,AbstractOperator<T>>
com.ibm.wala.fixedpoint.impl.GeneralStatement<T>
com.ibm.wala.fixedpoint.impl.AbstractFixedPointSolver.Statement
- All Implemented Interfaces:
IFixedPointStatement<T>
,INodeWithNumber
- Enclosing class:
AbstractFixedPointSolver<T extends IVariable<T>>
-
Field Summary
Fields inherited from class com.ibm.wala.fixedpoint.impl.GeneralStatement
lhs, rhs
-
Constructor Summary
-
Method Summary
Methods inherited from class com.ibm.wala.fixedpoint.impl.GeneralStatement
equals, evaluate, getLHS, getOperator, getRHS, hashCode, hasVariable
Methods inherited from class com.ibm.wala.fixpoint.AbstractStatement
getOrderNumber, toString
Methods inherited from class com.ibm.wala.util.graph.impl.NodeWithNumber
getGraphNodeId, setGraphNodeId
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.ibm.wala.util.graph.INodeWithNumber
getGraphNodeId, setGraphNodeId
-
Constructor Details
-
Statement
-
Statement
-
Statement
-
Statement
-
-
Method Details
-
makeRHS
-