Uses of Interface
org.apache.sling.scripting.sightly.java.compiler.impl.operator.BinaryOpGen
-
Packages that use BinaryOpGen Package Description org.apache.sling.scripting.sightly.java.compiler.impl.operator -
-
Uses of BinaryOpGen in org.apache.sling.scripting.sightly.java.compiler.impl.operator
Classes in org.apache.sling.scripting.sightly.java.compiler.impl.operator that implement BinaryOpGen Modifier and Type Class Description classComparisonOpGenGenerator for logical operatorsclassConcatenateOpGenConcatenation operator generationclassEquivalenceOpGenGenerator for logical operatorsclassInOpGenOperator generator forBinaryOperator.IN.classLogicalOpGenGenerator for logical operatorsclassLongOpGenGenerator for long numeric operatorsclassNumericOpGenGenerator for numeric valueclassStrictEqGenOpGenerator for strict equalityMethods in org.apache.sling.scripting.sightly.java.compiler.impl.operator that return BinaryOpGen Modifier and Type Method Description static BinaryOpGenOperators. generatorFor(org.apache.sling.scripting.sightly.compiler.expression.nodes.BinaryOperator operator)Provide the signature of the given operator
-