Class JEXL

  • All Implemented Interfaces:
    Filter

    public class JEXL
    extends java.lang.Object
    implements Filter
    Generic JEXL expression filter
    Author:
    jwhite
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected JEXL()  
        JEXL​(java.lang.String expression)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void filter​(com.google.common.collect.RowSortedTable<java.lang.Long,​java.lang.String,​java.lang.Double> qrAsTable)  
      • Methods inherited from class java.lang.Object

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

      • JEXL

        protected JEXL()
      • JEXL

        public JEXL​(java.lang.String expression)
    • Method Detail

      • filter

        public void filter​(com.google.common.collect.RowSortedTable<java.lang.Long,​java.lang.String,​java.lang.Double> qrAsTable)
                    throws java.lang.Exception
        Specified by:
        filter in interface Filter
        Throws:
        java.lang.Exception