public class LambdaExpressionModel extends ExpressionModel
builder| Constructor and Description |
|---|
LambdaExpressionModel(CodeBuilder builder,
com.sun.source.tree.LambdaExpressionTree.BodyKind bodyKind,
List<TypeInfo> parameterTypes,
List<String> parameterNames,
CodeModel body) |
| Modifier and Type | Method and Description |
|---|---|
CodeModel |
getBody() |
com.sun.source.tree.LambdaExpressionTree.BodyKind |
getBodyKind() |
List<String> |
getParameterNames() |
List<TypeInfo> |
getParameterTypes() |
void |
render(CodeWriter writer) |
as, onField, onInstanceOf, onLogicalComplement, onMethodInvocation, onMethodReference, onPostFixDecrement, onPostFixIncrement, onPrefixDecrement, onPrefixIncrement, toDataObjectValue, unaryMinus, unaryPlusunsupportedpublic com.sun.source.tree.LambdaExpressionTree.BodyKind getBodyKind()
public CodeModel getBody()
public void render(CodeWriter writer)
Copyright © 2017. All rights reserved.