public class CompiledExpressionResult extends Object implements CompiledResult
| Constructor and Description |
|---|
CompiledExpressionResult(com.github.javaparser.ast.expr.Expression expression,
Optional<Type> type) |
| Modifier and Type | Method and Description |
|---|---|
com.github.javaparser.ast.expr.Expression |
getExpression() |
Optional<Type> |
getType() |
Set<String> |
getUsedBindings() |
String |
resultAsString() |
CompiledExpressionResult |
setUsedBindings(Set<String> usedBindings) |
com.github.javaparser.ast.stmt.BlockStmt |
statementResults() |
public com.github.javaparser.ast.expr.Expression getExpression()
public String resultAsString()
public com.github.javaparser.ast.stmt.BlockStmt statementResults()
statementResults in interface CompiledResultpublic Set<String> getUsedBindings()
getUsedBindings in interface CompiledResultpublic CompiledExpressionResult setUsedBindings(Set<String> usedBindings)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.