Uses of Class
org.snpsift.lang.Value
Packages that use Value
-
Uses of Value in org.snpsift.lang
Fields in org.snpsift.lang declared as ValueModifier and TypeFieldDescriptionstatic final Value
Value.FALSE
static final Value
Value.NULL
static final Value
Value.TRUE
Methods in org.snpsift.lang with parameters of type ValueModifier and TypeMethodDescriptionboolean
Value.canCompare
(Value val) Can these values be compared?int
-
Uses of Value in org.snpsift.lang.expression
Methods in org.snpsift.lang.expression that return ValueModifier and TypeMethodDescriptionAnd.eval
(org.snpeff.vcf.VcfEntry vcfEntry) abstract Value
Expression.eval
(org.snpeff.vcf.VcfEntry vcfEntry) Evaluate expression using VcfEntryabstract Value
Expression.eval
(org.snpeff.vcf.VcfGenotype vcfGenotype) Evaluate expression using genotypeExpressionBinary.eval
(org.snpeff.vcf.VcfEntry vcfEntry) ExpressionBinary.eval
(org.snpeff.vcf.VcfGenotype gt) ExpressionUnary.eval
(org.snpeff.vcf.VcfEntry vcfEntry) ExpressionUnary.eval
(org.snpeff.vcf.VcfGenotype gt) Field.eval
(org.snpeff.vcf.VcfEntry vcfEntry) Field.eval
(org.snpeff.vcf.VcfGenotype vcfGenotype) FieldConstantFloat.eval
(org.snpeff.vcf.VcfEntry vcfEntry) Literal.eval
(org.snpeff.vcf.VcfEntry vcfEntry) Literal.eval
(org.snpeff.vcf.VcfGenotype vcfGenotype) Or.eval
(org.snpeff.vcf.VcfEntry vcfEntry) protected Value
protected Value
protected Value
protected Value
protected abstract Value
protected abstract Value
protected Value
protected Value
protected Value
protected Value
protected Value
protected Value
protected Value
protected Value
protected Value
protected Value
protected Value
protected Value
Methods in org.snpsift.lang.expression with parameters of type ValueModifier and TypeMethodDescriptionprotected Value
protected Value
protected Value
protected Value
protected abstract Value
protected abstract Value
protected Value
protected Value
protected Value
protected Value
protected Value
protected Value
protected Value
protected Value
protected Value
protected Value
protected Value
protected Value
-
Uses of Value in org.snpsift.lang.function
Methods in org.snpsift.lang.function that return ValueModifier and TypeMethodDescriptionCountHet.eval
(org.snpeff.vcf.VcfEntry vcfEntry) CountHet.eval
(org.snpeff.vcf.VcfGenotype vcfGenotype) CountHom.eval
(org.snpeff.vcf.VcfEntry vcfEntry) CountHom.eval
(org.snpeff.vcf.VcfGenotype vcfGenotype) CountRef.eval
(org.snpeff.vcf.VcfEntry vcfEntry) CountRef.eval
(org.snpeff.vcf.VcfGenotype vcfGenotype) CountVariant.eval
(org.snpeff.vcf.VcfEntry vcfEntry) CountVariant.eval
(org.snpeff.vcf.VcfGenotype vcfGenotype) In.eval
(org.snpeff.vcf.VcfEntry vcfEntry) In.eval
(org.snpeff.vcf.VcfGenotype gt) IsHet.eval
(org.snpeff.vcf.VcfEntry vcfEntry) IsHet.eval
(org.snpeff.vcf.VcfGenotype vcfGenotype) IsHom.eval
(org.snpeff.vcf.VcfEntry vcfEntry) IsHom.eval
(org.snpeff.vcf.VcfGenotype vcfGenotype) IsRef.eval
(org.snpeff.vcf.VcfEntry vcfEntry) IsRef.eval
(org.snpeff.vcf.VcfGenotype vcfGenotype) IsVariant.eval
(org.snpeff.vcf.VcfEntry vcfEntry) IsVariant.eval
(org.snpeff.vcf.VcfGenotype vcfGenotype)