Interface UnaryOpGen
- All Known Implementing Classes:
IsWhiteSpaceGen,LengthOpGen,NotOpGen
public interface UnaryOpGen
Interface for generators of unary operators
-
Method Summary
Modifier and TypeMethodDescriptionvoidgenerate(org.apache.sling.scripting.sightly.java.compiler.impl.JavaSource source, org.apache.sling.scripting.sightly.java.compiler.impl.ExpressionTranslator visitor, TypedNode typedNode) org.apache.sling.scripting.sightly.java.compiler.impl.TypereturnType(org.apache.sling.scripting.sightly.java.compiler.impl.Type operandType)
-
Method Details
-
returnType
org.apache.sling.scripting.sightly.java.compiler.impl.Type returnType(org.apache.sling.scripting.sightly.java.compiler.impl.Type operandType) -
generate
void generate(org.apache.sling.scripting.sightly.java.compiler.impl.JavaSource source, org.apache.sling.scripting.sightly.java.compiler.impl.ExpressionTranslator visitor, TypedNode typedNode)
-