public static final class Java.CatchParameter 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[] |
types
The types of the parameter.
|
NOWHERE| Constructor and Description |
|---|
CatchParameter(Location location,
boolean finaL,
Java.Type[] types,
String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
setEnclosingScope(Java.Scope enclosingScope) |
String |
toString() |
getLocation, throwCompileExceptionpublic final boolean finaL
public final Java.Type[] types
public final String name
@Nullable public Java.LocalVariable localVariable
public void setEnclosingScope(Java.Scope enclosingScope)
Copyright © 2019. All rights reserved.