Package com.ibm.wala.fixpoint
Class AbstractStatement<T extends IVariable<T>,O extends AbstractOperator<T>>
java.lang.Object
com.ibm.wala.util.graph.impl.NodeWithNumber
com.ibm.wala.fixpoint.AbstractStatement<T,O>
- All Implemented Interfaces:
IFixedPointStatement<T>,INodeWithNumber
- Direct Known Subclasses:
GeneralStatement,NullaryStatement,UnaryStatement
public abstract class AbstractStatement<T extends IVariable<T>,O extends AbstractOperator<T>>
extends NodeWithNumber
implements IFixedPointStatement<T>
Represents a single step in an iterative solver
-
Constructor Summary
Constructors -
Method Summary
Methods 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.fixpoint.IFixedPointStatement
evaluate, getLHS, getRHS, hasVariableMethods inherited from interface com.ibm.wala.util.graph.INodeWithNumber
getGraphNodeId, setGraphNodeId
-
Constructor Details
-
AbstractStatement
public AbstractStatement()
-
-
Method Details