Class BasicUnaryStatement<T extends IVariable<T>>
java.lang.Object
com.ibm.wala.util.graph.impl.NodeWithNumber
com.ibm.wala.fixpoint.AbstractStatement<T, UnaryOperator<T>>
com.ibm.wala.fixpoint.UnaryStatement<T>
com.ibm.wala.fixpoint.BasicUnaryStatement<T>
- All Implemented Interfaces:
IFixedPointStatement<T>, INodeWithNumber
An implementation of UnaryStatement that carries its operator explicitly
-
Field Summary
-
Method Summary
Methods inherited from class UnaryStatement
equals, evaluate, getLHS, getOperands, getRHS, getRightHandSide, hashCode, hasVariable, toStringModifier and TypeMethodDescriptionbooleanbyteevaluate()Evaluate this equation, setting a new value for the left-hand side.getLHS()Return the left-hand side of this equation.Return the operands in 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?toString()Return a string representation of this objectMethods 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)
-
Method Details
-
getOperator
- Specified by:
getOperatorin classAbstractStatement<T extends IVariable<T>, UnaryOperator<T extends IVariable<T>>>
-