| Package | Description |
|---|---|
| net.sourceforge.jenesis4java | |
| net.sourceforge.jenesis4java.impl |
| Modifier and Type | Method and Description |
|---|---|
Lambda |
Lambda.addParameter(Class<?> type,
String name)
Adds a new formal parameter with the given class type and name to this
Lambda and returns this Lambda. |
Lambda |
Lambda.addParameter(String name)
Adds a new formal parameter with the specified name.
|
Lambda |
Lambda.addParameter(Type type,
String name)
Adds a new formal parameter with the given type and name to this
Lambda and returns this Lambda. |
Lambda |
Lambda.setBody(Expression body)
Sets the body of the
Lambda (as an Expression). |
| Modifier and Type | Class and Description |
|---|---|
class |
MLambda
Implementation of the
Lambda interface. |
| Modifier and Type | Method and Description |
|---|---|
Lambda |
MLambda.addParameter(Class<?> type,
String name) |
Lambda |
MLambda.addParameter(String name) |
Lambda |
MLambda.addParameter(Type type,
String name) |
Lambda |
MLambda.setBody(Expression body) |
Copyright © 2000–2018 jenesis4java. All rights reserved.