Class IsLowerExpTest

  • All Implemented Interfaces:
    ExpTest, Importable

    public class IsLowerExpTest
    extends java.lang.Object
    implements ExpTest
    • Constructor Summary

      Constructors 
      Constructor Description
      IsLowerExpTest()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean evaluate​(java.lang.Object var, JinjavaInterpreter interpreter, java.lang.Object... args)  
      java.lang.String getName()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IsLowerExpTest

        public IsLowerExpTest()
    • Method Detail

      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface Importable
      • evaluate

        public boolean evaluate​(java.lang.Object var,
                                JinjavaInterpreter interpreter,
                                java.lang.Object... args)
        Specified by:
        evaluate in interface ExpTest