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 ValueValue.FALSEstatic final ValueValue.NULLstatic final ValueValue.TRUEMethods in org.snpsift.lang with parameters of type ValueModifier and TypeMethodDescriptionbooleanValue.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 ValueExpression.eval(org.snpeff.vcf.VcfEntry vcfEntry) Evaluate expression using VcfEntryabstract ValueExpression.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 Valueprotected Valueprotected Valueprotected Valueprotected abstract Valueprotected abstract Valueprotected Valueprotected Valueprotected Valueprotected Valueprotected Valueprotected Valueprotected Valueprotected Valueprotected Valueprotected Valueprotected Valueprotected ValueMethods in org.snpsift.lang.expression with parameters of type ValueModifier and TypeMethodDescriptionprotected Valueprotected Valueprotected Valueprotected Valueprotected abstract Valueprotected abstract Valueprotected Valueprotected Valueprotected Valueprotected Valueprotected Valueprotected Valueprotected Valueprotected Valueprotected Valueprotected Valueprotected Valueprotected 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)