Class Operators
java.lang.Object
org.apache.sling.scripting.sightly.java.compiler.impl.operator.Operators
Provides mappings from operators to generators
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BinaryOpGen
generatorFor
(BinaryOperator operator) Provide the signature of the given operatorstatic UnaryOpGen
generatorFor
(UnaryOperator operator) Provide the signature of the given operator
-
Constructor Details
-
Operators
public Operators()
-
-
Method Details
-
generatorFor
Provide the signature of the given operator- Parameters:
operator
- - the operator- Returns:
- - the signature for the operator
-
generatorFor
Provide the signature of the given operator- Parameters:
operator
- - the operator- Returns:
- - the signature for the operator
-