Package org.snpsift.lang.expression
Class Expression
- java.lang.Object
-
- org.snpsift.lang.expression.Expression
-
- Direct Known Subclasses:
ExpressionBinary
,ExpressionUnary
,Field
,Function
,Literal
public abstract class Expression extends java.lang.Object
A generic expresion Expressions have values (VcfInfoType)- Author:
- pcingola
-
-
Constructor Summary
Constructors Constructor Description Expression()
Expression(java.lang.String operator)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract Value
eval(org.snpeff.vcf.VcfEntry vcfEntry)
Evaluate expression using VcfEntryabstract Value
eval(org.snpeff.vcf.VcfGenotype vcfGenotype)
Evaluate expression using genotypevoid
setNegated(boolean negated)
-