Uses of Class
org.apache.sling.scripting.sightly.compiler.expression.nodes.NullLiteral
-
Packages that use NullLiteral 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. -
-
Uses of NullLiteral in org.apache.sling.scripting.sightly.compiler.expression
Methods in org.apache.sling.scripting.sightly.compiler.expression with parameters of type NullLiteral Modifier and Type Method Description TNodeVisitor. evaluate(NullLiteral nullLiteral)Evaluate aNullLiteralnode.java.lang.ObjectSideEffectVisitor. evaluate(NullLiteral nullLiteral)abstract voidSideEffectVisitor. visit(NullLiteral nullLiteral) -
Uses of NullLiteral in org.apache.sling.scripting.sightly.compiler.expression.nodes
Fields in org.apache.sling.scripting.sightly.compiler.expression.nodes declared as NullLiteral Modifier and Type Field Description static NullLiteralNullLiteral. INSTANCE
-