Package com.hubspot.jinjava.lib.exptest
Class IsGtTest
- java.lang.Object
-
- com.hubspot.jinjava.lib.exptest.IsGtTest
-
- All Implemented Interfaces:
ExpTest
,Importable
- Direct Known Subclasses:
IsGreaterThanExpTest
,IsGreaterThanSymbolExpTest
public class IsGtTest extends java.lang.Object implements ExpTest
-
-
Constructor Summary
Constructors Constructor Description IsGtTest()
-
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
-
Methods inherited from interface com.hubspot.jinjava.lib.exptest.ExpTest
evaluateNegated
-
-
-
-
Method Detail
-
getName
public java.lang.String getName()
- Specified by:
getName
in interfaceImportable
-
evaluate
public boolean evaluate(java.lang.Object var, JinjavaInterpreter interpreter, java.lang.Object... args)
-
-