Class VariantContextUtils.JexlVCMatchExp

  • Enclosing class:
    VariantContextUtils

    public static class VariantContextUtils.JexlVCMatchExp
    extends Object
    A simple but common wrapper for matching VariantContext objects using JEXL expressions
    • Field Detail

      • exp

        public org.apache.commons.jexl2.Expression exp
    • Constructor Detail

      • JexlVCMatchExp

        public JexlVCMatchExp​(String name,
                              org.apache.commons.jexl2.Expression exp)
        Create a new matcher expression with name and JEXL expression exp
        Parameters:
        name - name
        exp - expression
        Throws:
        IllegalArgumentException - if either argument is null