| Package | Description |
|---|---|
| com.ibm.wala.cfg.exc.intra |
| Modifier and Type | Method and Description |
|---|---|
NullPointerState.State |
ParameterState.getState(int varNum)
Returns the state of an specified parameter.
|
NullPointerState.State |
NullPointerState.getState(int ssaVarNum) |
static NullPointerState.State |
NullPointerState.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NullPointerState.State[] |
NullPointerState.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
HashMap<Integer,NullPointerState.State> |
ParameterState.getStates() |
| Modifier and Type | Method and Description |
|---|---|
void |
ParameterState.setState(int varNum,
NullPointerState.State state) |
Copyright © 2015. All rights reserved.