| Modifier and Type | Field and Description |
|---|---|
static FormalParamType |
FormalParamType.FORMAL_BY_REFERENCE_LITERAL
The 'FORMAL BY REFERENCE' literal object.
|
static FormalParamType |
FormalParamType.FORMAL_BY_VALUE_LITERAL
The 'FORMAL BY VALUE' literal object.
|
| Modifier and Type | Method and Description |
|---|---|
static FormalParamType |
FormalParamType.get(int value)
Returns the 'Formal Param Type' literal with the specified integer value.
|
static FormalParamType |
FormalParamType.get(java.lang.String literal)
Returns the 'Formal Param Type' literal with the specified literal value.
|
static FormalParamType |
FormalParamType.getByName(java.lang.String name)
Returns the 'Formal Param Type' literal with the specified name.
|
FormalParamType |
FormalParameter.getType()
Returns the value of the 'Type' attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FormalParameter.setType(FormalParamType value)
Sets the value of the '
Type' attribute. |