| Package | Description |
|---|---|
| org.scribble.model |
| Modifier and Type | Method and Description |
|---|---|
ParameterDecl.ParameterType |
ParameterDecl.getType()
This method returns the type of the parameter declaration.
|
static ParameterDecl.ParameterType |
ParameterDecl.ParameterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParameterDecl.ParameterType[] |
ParameterDecl.ParameterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParameterDecl.setType(ParameterDecl.ParameterType type)
This method sets the type of the parameter declaration.
|
Copyright © 2014. All Rights Reserved.