java.lang.Object
org.apache.sling.scripting.sightly.java.compiler.impl.operator.Operators

public class Operators extends Object
Provides mappings from operators to generators
  • Constructor Details

    • Operators

      public Operators()
  • Method Details

    • generatorFor

      public static BinaryOpGen generatorFor(BinaryOperator operator)
      Provide the signature of the given operator
      Parameters:
      operator - - the operator
      Returns:
      - the signature for the operator
    • generatorFor

      public static UnaryOpGen generatorFor(UnaryOperator operator)
      Provide the signature of the given operator
      Parameters:
      operator - - the operator
      Returns:
      - the signature for the operator