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.ObjectA 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 Valueeval(org.snpeff.vcf.VcfEntry vcfEntry)Evaluate expression using VcfEntryabstract Valueeval(org.snpeff.vcf.VcfGenotype vcfGenotype)Evaluate expression using genotypevoidsetNegated(boolean negated)
-