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 class
IsWhiteSpaceGen
Generator for IS_WHITESPACE operatorclass
LengthOpGen
Generator for the collection length operatorclass
NotOpGen
Generator for the not operatorMethods in org.apache.sling.scripting.sightly.java.compiler.impl.operator that return UnaryOpGen Modifier and Type Method Description static UnaryOpGen
Operators. generatorFor(org.apache.sling.scripting.sightly.compiler.expression.nodes.UnaryOperator operator)
Provide the signature of the given operator
-