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, hasVariableMethods inherited from class AbstractStatement
getOrderNumberMethods inherited from class NodeWithNumber
getGraphNodeId, setGraphNodeIdMethods inherited from interface INodeWithNumber
getGraphNodeId, setGraphNodeId
-
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
-