| Modifier and Type | Method and Description |
|---|---|
static WALAVal.OP |
WALAVal.OP.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WALAVal.OP[] |
WALAVal.OP.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
WALAVal(com.ibm.wala.ssa.SSAInstruction delegate,
WALAVal.OP op,
WALAMethod method) |
WALAVal(com.ibm.wala.ssa.SSAInstruction delegate,
WALAVal.OP op,
WALAMethod method,
ControlFlowGraph.Edge unbalanced)
Dummy WALAVal to represent right hand side of any instruction for instance of a phi val or of
an assining call statement.
|
Copyright © 2024. All rights reserved.