java.lang.Object
org.apache.sling.scripting.sightly.java.compiler.impl.operator.NumericOpGen
org.apache.sling.scripting.sightly.java.compiler.impl.operator.LongOpGen
All Implemented Interfaces:
BinaryOpGen

public class LongOpGen extends NumericOpGen
Generator for long numeric operators
  • Constructor Details

  • Method Details

    • commonType

      protected org.apache.sling.scripting.sightly.java.compiler.impl.Type commonType(org.apache.sling.scripting.sightly.java.compiler.impl.Type leftType, org.apache.sling.scripting.sightly.java.compiler.impl.Type rightType)
      Overrides:
      commonType in class NumericOpGen