Class OpHelper
- java.lang.Object
-
- org.apache.sling.scripting.sightly.java.compiler.impl.operator.OpHelper
-
public class OpHelper extends Object
Helper class for operator generation
-
-
Constructor Summary
Constructors Constructor Description OpHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isNumericType(org.apache.sling.scripting.sightly.java.compiler.impl.Type type)
static org.apache.sling.scripting.sightly.java.compiler.impl.Type
sameType(TypedNode left, TypedNode right)
-