public static final class Java.FunctionDeclarator.FormalParameter extends Java.Located
Modifier and Type | Field and Description |
---|---|
boolean |
finaL |
Java.LocalVariable |
localVariable |
String |
name |
Java.Type |
type |
NOWHERE
Constructor and Description |
---|
Java.FunctionDeclarator.FormalParameter(Location location,
boolean finaL,
Java.Type type,
String name) |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
getLocation, throwCompileException
public final boolean finaL
public final Java.Type type
public final String name
public Java.LocalVariable localVariable
Copyright © 2001–2013. All rights reserved.