public static class JavaScript.ParameterProxy
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected Parameter |
_parameter
The parameter that is proxied.
|
| Modifier | Constructor and Description |
|---|---|
protected |
ParameterProxy(Parameter parameter)
Construct a parameter proxy.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the name of the proxied parameter.
|