All Known Implementing Classes:
IsWhiteSpaceGen, LengthOpGen, NotOpGen

public interface UnaryOpGen
Interface for generators of unary operators
  • Method Summary

    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 typedNode)
     
    org.apache.sling.scripting.sightly.java.compiler.impl.Type
    returnType(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)