Class BasicNullaryStatement<T extends IVariable<T>>
java.lang.Object
com.ibm.wala.util.graph.impl.NodeWithNumber
com.ibm.wala.fixpoint.AbstractStatement<T, NullaryOperator<T>>
com.ibm.wala.fixedpoint.impl.NullaryStatement<T>
com.ibm.wala.fixedpoint.impl.BasicNullaryStatement<T>
- All Implemented Interfaces:
IFixedPointStatement<T>, INodeWithNumber
An implementation of NullaryStep that carries its operator explicitly
-
Field Summary
Fields inherited from class NullaryStatement
lhs -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class NullaryStatement
equals, evaluate, getLHS, getRHS, hashCode, hasVariableModifier and TypeMethodDescriptionbooleanbyteevaluate()Evaluate this equation, setting a new value for the left-hand side.getLHS()Return the left-hand side of this equation.T[]getRHS()returns the list of free variables appearing in the right-hand side of the statementinthashCode()Subclasses must implement this, to prevent non-determinism.booleanhasVariable(T cell) Does this equation contain an appearance of a given cell?Methods inherited from class AbstractStatement
getOrderNumberMethods inherited from class NodeWithNumber
getGraphNodeId, setGraphNodeIdModifier and TypeMethodDescriptionintA non-negative integer which serves as an identifier for this node in it's "dominant" graph.voidsetGraphNodeId(int i)
-
Constructor Details
-
BasicNullaryStatement
-
-
Method Details
-
getOperator
- Specified by:
getOperatorin classAbstractStatement<T extends IVariable<T>, NullaryOperator<T extends IVariable<T>>>- Returns:
- Returns the operator.
-
toString
Return a string representation of this object- Overrides:
toStringin classAbstractStatement<T extends IVariable<T>, NullaryOperator<T extends IVariable<T>>>- Returns:
- a string representation of this object
-