public static final class Java.FunctionDeclarator.FormalParameter extends Java.Located
| Modifier and Type | Field and Description |
|---|---|
boolean |
finaL
Whether the parameter is declared FINAL.
|
Java.LocalVariable |
localVariable
The local variable associated with this parameter.
|
java.lang.String |
name
The name of the parameter.
|
Java.Type |
type
The type of the parameter.
|
NOWHERE| Constructor and Description |
|---|
FormalParameter(Location location,
boolean finaL,
Java.Type type,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
java.lang.String |
toString(boolean hasEllipsis) |
getLocation, throwCompileExceptionpublic final boolean finaL
public final Java.Type type
public final java.lang.String name
public Java.LocalVariable localVariable