Uses of Class
org.apache.sling.scripting.sightly.compiler.expression.Expression
-
Packages that use Expression 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 Expression in org.apache.sling.scripting.sightly.compiler.expression
Methods in org.apache.sling.scripting.sightly.compiler.expression that return Expression Modifier and Type Method Description ExpressionExpression. withNode(ExpressionNode node)Return a copy, but with the specified node as root.ExpressionExpression. withRawText(java.lang.String rawText)Return a copy that provides information about the expression's raw text. -
Uses of Expression in org.apache.sling.scripting.sightly.compiler.expression.nodes
Methods in org.apache.sling.scripting.sightly.compiler.expression.nodes that return Expression Modifier and Type Method Description ExpressionBinaryOperation. getParentExpression()Returns the parent expression, if any.Methods in org.apache.sling.scripting.sightly.compiler.expression.nodes with parameters of type Expression Modifier and Type Method Description BinaryOperationBinaryOperation. withParentExpression(Expression parentExpression)Returns a copy of thisBinaryOperationthat contains information about the node's parent expression.Constructors in org.apache.sling.scripting.sightly.compiler.expression.nodes with parameters of type Expression Constructor Description BinaryOperation(BinaryOperator operator, ExpressionNode leftOperand, ExpressionNode rightOperand, Expression parentExpression)Creates aBinaryOperation.
-