Package com.ibm.wala.fixedpoint.impl
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
Constructors -
Method Summary
Methods inherited from class com.ibm.wala.fixedpoint.impl.GeneralStatement
equals, evaluate, getLHS, getOperator, getRHS, hashCode, hasVariableMethods inherited from class com.ibm.wala.fixpoint.AbstractStatement
getOrderNumber, toStringMethods inherited from class com.ibm.wala.util.graph.impl.NodeWithNumber
getGraphNodeId, setGraphNodeIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.ibm.wala.util.graph.INodeWithNumber
getGraphNodeId, setGraphNodeId
-
Constructor Details
-
Statement
-
Statement
-
Statement
-
Statement
-
-
Method Details
-
makeRHS
- Specified by:
makeRHSin classGeneralStatement<T extends IVariable<T>>
-