Java.Locatable
public static final class Java.FunctionDeclarator.FormalParameter extends Java.Located
Modifier and Type | Field | 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 | Description |
---|---|
FormalParameter(Location location,
boolean finaL,
Java.Type type,
String name) |
Modifier and Type | Method | 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–2019. All rights reserved.