public class ExecModelLambdaPostProcessor extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.github.javaparser.printer.PrettyPrinter |
MATERIALIZED_LAMBDA_PRETTY_PRINTER |
| Constructor and Description |
|---|
ExecModelLambdaPostProcessor(PackageModel pkgModel,
com.github.javaparser.ast.CompilationUnit cu) |
ExecModelLambdaPostProcessor(String packageName,
String ruleClassName,
Collection<String> imports,
Collection<String> staticImports,
Map<com.github.javaparser.ast.expr.LambdaExpr,Type> lambdaReturnTypes,
Map<String,org.drools.model.functions.PredicateInformation> debugPredicateInformation,
com.github.javaparser.ast.CompilationUnit cu,
boolean isParallel) |
| Modifier and Type | Method and Description |
|---|---|
void |
convertLambdas() |
protected com.github.javaparser.ast.type.Type |
getType(com.github.javaparser.ast.expr.Expression argument) |
public static final com.github.javaparser.printer.PrettyPrinter MATERIALIZED_LAMBDA_PRETTY_PRINTER
public ExecModelLambdaPostProcessor(PackageModel pkgModel, com.github.javaparser.ast.CompilationUnit cu)
public ExecModelLambdaPostProcessor(String packageName, String ruleClassName, Collection<String> imports, Collection<String> staticImports, Map<com.github.javaparser.ast.expr.LambdaExpr,Type> lambdaReturnTypes, Map<String,org.drools.model.functions.PredicateInformation> debugPredicateInformation, com.github.javaparser.ast.CompilationUnit cu, boolean isParallel)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.