public static class VariantContextUtils.JexlVCMatchExp extends Object
VariantContext
objects using JEXL expressionsModifier and Type | Field and Description |
---|---|
org.apache.commons.jexl2.Expression |
exp |
String |
name |
Constructor and Description |
---|
JexlVCMatchExp(String name,
org.apache.commons.jexl2.Expression exp)
Create a new matcher expression with name and JEXL expression exp
|
public String name
public org.apache.commons.jexl2.Expression exp
public JexlVCMatchExp(String name, org.apache.commons.jexl2.Expression exp)
name
- nameexp
- expressionIllegalArgumentException
- if either argument is null