Uses of Interface
org.apache.sling.scripting.sightly.java.compiler.impl.operator.UnaryOpGen
-
Packages that use UnaryOpGen Package Description org.apache.sling.scripting.sightly.java.compiler.impl.operator -
-
Uses of UnaryOpGen in org.apache.sling.scripting.sightly.java.compiler.impl.operator
Classes in org.apache.sling.scripting.sightly.java.compiler.impl.operator that implement UnaryOpGen Modifier and Type Class Description classIsWhiteSpaceGenGenerator for IS_WHITESPACE operatorclassLengthOpGenGenerator for the collection length operatorclassNotOpGenGenerator for the not operatorMethods in org.apache.sling.scripting.sightly.java.compiler.impl.operator that return UnaryOpGen Modifier and Type Method Description static UnaryOpGenOperators. generatorFor(org.apache.sling.scripting.sightly.compiler.expression.nodes.UnaryOperator operator)Provide the signature of the given operator
-