Class LongOpGen
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
Generator for long numeric operators
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected 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) Methods inherited from class org.apache.sling.scripting.sightly.java.compiler.impl.operator.NumericOpGen
generate, returnType
-
Constructor Details
-
LongOpGen
-
-
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 classNumericOpGen
-