public static class VariantContextUtils.JexlVCMatchExp
extends java.lang.Object
VariantContext objects using JEXL expressions| Modifier and Type | Field and Description |
|---|---|
org.apache.commons.jexl2.Expression |
exp |
java.lang.String |
name |
| Constructor and Description |
|---|
JexlVCMatchExp(java.lang.String name,
org.apache.commons.jexl2.Expression exp)
Create a new matcher expression with name and JEXL expression exp
|