static class JLambdaImpl.Param
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
name |
private JType |
type |
| Constructor and Description |
|---|
Param(JType type,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
JType |
getType() |