Class NullPointerState
java.lang.Object
com.ibm.wala.util.graph.impl.NodeWithNumber
com.ibm.wala.fixpoint.AbstractVariable<NullPointerState>
com.ibm.wala.cfg.exc.intra.NullPointerState
- All Implemented Interfaces:
IVariable<NullPointerState>, INodeWithNumber
States for the ssa variables.
- Author:
- Juergen Graf <graf@kit.edu>
-
Nested Class Summary
Nested Classes -
Method Summary
Methods inherited from class AbstractVariable
getOrderNumber, hashCode, nextHash, setOrderNumberModifier and TypeMethodDescriptionintVariables must allow the solver implementation to get/set an order number, which the solver uses to control evaluation order.final inthashCode()static intnextHash()I know this is theoretically bad.voidsetOrderNumber(int orderNumber) Variables must allow the solver implementation to get/set an order number, which the solver uses to control evaluation order.Methods 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
-
copyState
Description copied from interface:IVariableSet this variable to have the same state as another one -
equals
- Overrides:
equalsin classAbstractVariable<NullPointerState>
-
getState
-
toString
-