Uses of Class
org.apache.sling.scripting.sightly.compiler.expression.nodes.TernaryOperator
-
Packages that use TernaryOperator Package Description org.apache.sling.scripting.sightly.compiler.expression Theorg.apache.sling.scripting.sightly.compiler.expressionpackage defines the API forExpressionprocessing. -
-
Uses of TernaryOperator in org.apache.sling.scripting.sightly.compiler.expression
Methods in org.apache.sling.scripting.sightly.compiler.expression with parameters of type TernaryOperator Modifier and Type Method Description TNodeVisitor. evaluate(TernaryOperator ternaryOperator)Evaluate aTernaryOperatornode.java.lang.ObjectSideEffectVisitor. evaluate(TernaryOperator ternaryOperator)abstract voidSideEffectVisitor. visit(TernaryOperator ternaryOperator)
-