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.
|
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,
String name) |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
String |
toString(boolean hasEllipsis) |
getLocation, throwCompileException
public final boolean finaL
public final Java.Type type
public final String name
public Java.LocalVariable localVariable
Copyright © 2001–2016. All rights reserved.