HNLambdaExpression |
HNLambdaExpression.addArgument(HNDeclareIdentifier argument) |
HNLambdaExpression |
HNLambdaExpression.buildInvokable() |
HNLambdaExpression |
HNLambdaExpression.setArguments(List<HNDeclareIdentifier> arguments) |
HNLambdaExpression |
HNLambdaExpression.setBody(HNode body) |
HNLambdaExpression |
HNLambdaExpression.setImmediateBody(boolean immediateBody) |
HNLambdaExpression |
HNLambdaExpression.setInvokable(net.thevpc.jeep.JInvokable invokable) |
HNLambdaExpression |
HNLambdaExpression.setProxy(Object proxy) |
HNLambdaExpression |
HNLambdaExpression.setReturnType(net.thevpc.jeep.JType returnType) |
HNLambdaExpression |
HNLambdaExpression.setReturnTypeName(net.thevpc.jeep.JTypeName returnTypeName) |
HNLambdaExpression |
HNLambdaExpression.setSignature(net.thevpc.jeep.impl.functions.JNameSignature signature) |
HNLambdaExpression |
HNLambdaExpression.setTargetMethod(net.thevpc.jeep.JMethod targetMethod) |