Java.Locatablepublic static final class Java.FunctionDeclarator.FormalParameters extends Java.Located
| Modifier and Type | Field | Description |
|---|---|---|
Java.FunctionDeclarator.FormalParameter[] |
parameters |
The parameters of this function, but not the
variableArity. |
boolean |
variableArity |
Whether this method has 'variable arity', i.e.
|
NOWHERE| Constructor | Description |
|---|---|
FormalParameters() |
|
FormalParameters(Location location,
Java.FunctionDeclarator.FormalParameter[] parameters,
boolean variableArity) |
| Modifier and Type | Method | Description |
|---|---|---|
String |
toString() |
getLocation, throwCompileExceptionpublic final Java.FunctionDeclarator.FormalParameter[] parameters
variableArity.public final boolean variableArity
public FormalParameters()
public FormalParameters(Location location, Java.FunctionDeclarator.FormalParameter[] parameters, boolean variableArity)
Copyright © 2001–2019. All rights reserved.