Uses of Class
org.apache.sling.scripting.sightly.compiler.expression.nodes.BooleanConstant
-
Packages that use BooleanConstant Package Description org.apache.sling.scripting.sightly.compiler.expression Theorg.apache.sling.scripting.sightly.compiler.expressionpackage defines the API forExpressionprocessing.org.apache.sling.scripting.sightly.compiler.expression.nodes Theorg.apache.sling.scripting.sightly.compiler.expression.nodespackage exposes the variousExpressionNodetypes.org.apache.sling.scripting.sightly.impl.compiler.optimization org.apache.sling.scripting.sightly.impl.compiler.optimization.reduce org.apache.sling.scripting.sightly.impl.compiler.util.expression -
-
Uses of BooleanConstant in org.apache.sling.scripting.sightly.compiler.expression
Methods in org.apache.sling.scripting.sightly.compiler.expression with parameters of type BooleanConstant Modifier and Type Method Description TNodeVisitor. evaluate(BooleanConstant booleanConstant)Evaluate aBooleanConstantnode.ObjectSideEffectVisitor. evaluate(BooleanConstant booleanConstant)abstract voidSideEffectVisitor. visit(BooleanConstant booleanConstant) -
Uses of BooleanConstant in org.apache.sling.scripting.sightly.compiler.expression.nodes
Fields in org.apache.sling.scripting.sightly.compiler.expression.nodes declared as BooleanConstant Modifier and Type Field Description static BooleanConstantBooleanConstant. FALSEstatic BooleanConstantBooleanConstant. TRUE -
Uses of BooleanConstant in org.apache.sling.scripting.sightly.impl.compiler.optimization
Methods in org.apache.sling.scripting.sightly.impl.compiler.optimization with parameters of type BooleanConstant Modifier and Type Method Description voidVariableFinder. visit(BooleanConstant booleanConstant) -
Uses of BooleanConstant in org.apache.sling.scripting.sightly.impl.compiler.optimization.reduce
Methods in org.apache.sling.scripting.sightly.impl.compiler.optimization.reduce with parameters of type BooleanConstant Modifier and Type Method Description EvalResultExpressionReducer. evaluate(BooleanConstant booleanConstant) -
Uses of BooleanConstant in org.apache.sling.scripting.sightly.impl.compiler.util.expression
Methods in org.apache.sling.scripting.sightly.impl.compiler.util.expression with parameters of type BooleanConstant Modifier and Type Method Description ExpressionNodeNodeTransformer. evaluate(BooleanConstant booleanConstant)
-