Class EvalResult
java.lang.Object
org.apache.sling.scripting.sightly.impl.compiler.optimization.reduce.EvalResult
Data structure used in expression reducing
-
Method Summary
Modifier and TypeMethodDescriptionstatic EvalResult
getNode()
getValue()
boolean
static EvalResult
nonConstant
(ExpressionNode node)
-
Method Details
-
constant
-
nonConstant
-
isConstant
public boolean isConstant() -
getValue
-
getNode
-