| Package | Description |
|---|---|
| com.ibm.wala.util.ssa |
A set of classes facilitating the construction of synthetic methods.
|
| Modifier and Type | Method and Description |
|---|---|
static ParameterAccessor.BasedOn |
ParameterAccessor.BasedOn.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParameterAccessor.BasedOn[] |
ParameterAccessor.BasedOn.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ParameterAccessor.Parameter(int number,
String name,
TypeReference type,
ParameterAccessor.ParamerterDisposition disp,
ParameterAccessor.BasedOn basedOn,
MethodReference mRef,
int descriptorOffset)
Create Parameters using ParameterAccessor.
|
Copyright © 2015. All rights reserved.