Package org.snpsift.lang.expression
Class Expression
java.lang.Object
org.snpsift.lang.expression.Expression
- Direct Known Subclasses:
ExpressionBinary
,ExpressionUnary
,Field
,Function
,Literal
A generic expresion
Expressions have values (VcfInfoType)
- Author:
- pcingola
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract 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)
-
Field Details
-
debug
public static boolean debug -
negated
protected boolean negated -
operator
-
-
Constructor Details
-
Expression
public Expression() -
Expression
-
-
Method Details
-
eval
Evaluate expression using VcfEntry -
eval
Evaluate expression using genotype -
setNegated
public void setNegated(boolean negated)
-