public static final class Java.FunctionDeclarator.FormalParameters extends Java.Located
| Modifier and Type | Field and Description |
|---|---|
Java.FunctionDeclarator.FormalParameter[] |
parameters
The parameters of this function, but not the
variableArity. |
boolean |
variableArity
Whether this method has 'variable arity', i.e. its last parameter has an ellipsis ('...') after the
type.
|
NOWHERE| Constructor and Description |
|---|
FormalParameters(Location location) |
FormalParameters(Location location,
Java.FunctionDeclarator.FormalParameter[] parameters,
boolean variableArity) |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
getLocation, throwCompileExceptionpublic final Java.FunctionDeclarator.FormalParameter[] parameters
variableArity.public final boolean variableArity
public FormalParameters(Location location)
public FormalParameters(Location location, Java.FunctionDeclarator.FormalParameter[] parameters, boolean variableArity)