Class InOpGen
- java.lang.Object
-
- org.apache.sling.scripting.sightly.java.compiler.impl.operator.InOpGen
-
- All Implemented Interfaces:
BinaryOpGen
public class InOpGen extends Object implements BinaryOpGen
Operator generator forBinaryOperator.IN
.
-
-
Constructor Summary
Constructors Constructor Description InOpGen()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
generate(org.apache.sling.scripting.sightly.java.compiler.impl.JavaSource source, org.apache.sling.scripting.sightly.java.compiler.impl.ExpressionTranslator visitor, TypedNode left, TypedNode right)
org.apache.sling.scripting.sightly.java.compiler.impl.Type
returnType(org.apache.sling.scripting.sightly.java.compiler.impl.Type leftType, org.apache.sling.scripting.sightly.java.compiler.impl.Type rightType)
-
-
-
Method Detail
-
returnType
public org.apache.sling.scripting.sightly.java.compiler.impl.Type returnType(org.apache.sling.scripting.sightly.java.compiler.impl.Type leftType, org.apache.sling.scripting.sightly.java.compiler.impl.Type rightType)
- Specified by:
returnType
in interfaceBinaryOpGen
-
generate
public void generate(org.apache.sling.scripting.sightly.java.compiler.impl.JavaSource source, org.apache.sling.scripting.sightly.java.compiler.impl.ExpressionTranslator visitor, TypedNode left, TypedNode right)
- Specified by:
generate
in interfaceBinaryOpGen
-
-