Package | Description |
---|---|
cetus.analysis |
Modifier and Type | Method and Description |
---|---|
static ArrayParameterAnalysis.Option |
ArrayParameterAnalysis.Option.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ArrayParameterAnalysis.Option[] |
ArrayParameterAnalysis.Option.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ArrayParameterAnalysis(Program prog,
ArrayParameterAnalysis.Option... opts)
Constructs a new analyzer with the given program.
|