public class MaterializedLambdaConsequence extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
packageName |
protected String |
temporaryClassHash |
| Modifier and Type | Method and Description |
|---|---|
protected String |
classHash(String sourceCode) |
protected com.github.javaparser.ast.body.EnumDeclaration |
create(com.github.javaparser.ast.CompilationUnit compilationUnit) |
CreatedClass |
create(com.github.javaparser.ast.expr.LambdaExpr lambdaExpr,
Collection<String> imports,
Collection<String> staticImports) |
CreatedClass |
create(String expressionString,
Collection<String> imports,
Collection<String> staticImports) |
protected com.github.javaparser.ast.NodeList<com.github.javaparser.ast.type.ClassOrInterfaceType> |
createImplementedTypes() |
protected com.github.javaparser.ast.type.ClassOrInterfaceType |
functionType() |
protected com.github.javaparser.ast.type.ClassOrInterfaceType |
lambdaExtractorType() |
protected final String packageName
protected String temporaryClassHash
protected com.github.javaparser.ast.body.EnumDeclaration create(com.github.javaparser.ast.CompilationUnit compilationUnit)
protected com.github.javaparser.ast.type.ClassOrInterfaceType functionType()
public CreatedClass create(String expressionString, Collection<String> imports, Collection<String> staticImports)
public CreatedClass create(com.github.javaparser.ast.expr.LambdaExpr lambdaExpr, Collection<String> imports, Collection<String> staticImports)
protected com.github.javaparser.ast.NodeList<com.github.javaparser.ast.type.ClassOrInterfaceType> createImplementedTypes()
protected com.github.javaparser.ast.type.ClassOrInterfaceType lambdaExtractorType()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.