Uses of Class
org.snpsift.lang.Value
-
Packages that use Value Package Description org.snpsift.lang org.snpsift.lang.expression org.snpsift.lang.function -
-
Uses of Value in org.snpsift.lang
Fields in org.snpsift.lang declared as Value Modifier and Type Field Description static ValueValue. FALSEstatic ValueValue. NULLstatic ValueValue. TRUEMethods in org.snpsift.lang with parameters of type Value Modifier and Type Method Description booleanValue. canCompare(Value val)Can these values be compared?intValue. compareTo(Value val) -
Uses of Value in org.snpsift.lang.expression
Methods in org.snpsift.lang.expression that return Value Modifier and Type Method Description ValueAnd. 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 genotypeValueExpressionBinary. eval(org.snpeff.vcf.VcfEntry vcfEntry)ValueExpressionBinary. eval(org.snpeff.vcf.VcfGenotype gt)ValueExpressionUnary. eval(org.snpeff.vcf.VcfEntry vcfEntry)ValueExpressionUnary. eval(org.snpeff.vcf.VcfGenotype gt)ValueField. eval(org.snpeff.vcf.VcfEntry vcfEntry)ValueField. eval(org.snpeff.vcf.VcfGenotype vcfGenotype)ValueFieldConstantFloat. eval(org.snpeff.vcf.VcfEntry vcfEntry)ValueLiteral. eval(org.snpeff.vcf.VcfEntry vcfEntry)ValueLiteral. eval(org.snpeff.vcf.VcfGenotype vcfGenotype)ValueOr. eval(org.snpeff.vcf.VcfEntry vcfEntry)protected ValueAnd. evalOp(Value lval, Value rval)protected ValueDiv. evalOp(Value lval, Value rval)protected ValueEq. evalOp(Value lval, Value rval)protected ValueExists. evalOp(Value val)protected abstract ValueExpressionBinary. evalOp(Value lval, Value rval)protected abstract ValueExpressionUnary. evalOp(Value val)protected ValueGe. evalOp(Value lval, Value rval)protected ValueGt. evalOp(Value lval, Value rval)protected ValueHas. evalOp(Value lval, Value rval)protected ValueLe. evalOp(Value lval, Value rval)protected ValueLt. evalOp(Value lval, Value rval)protected ValueMatch. evalOp(Value lval, Value rval)protected ValueMinus. evalOp(Value lval, Value rval)protected ValueMod. evalOp(Value lval, Value rval)ValueNot. evalOp(Value val)protected ValueOr. evalOp(Value lval, Value rval)protected ValuePlus. evalOp(Value lval, Value rval)protected ValueTimes. evalOp(Value lval, Value rval)protected ValueXor. evalOp(Value lval, Value rval)Methods in org.snpsift.lang.expression with parameters of type Value Modifier and Type Method Description protected ValueAnd. evalOp(Value lval, Value rval)protected ValueDiv. evalOp(Value lval, Value rval)protected ValueEq. evalOp(Value lval, Value rval)protected ValueExists. evalOp(Value val)protected abstract ValueExpressionBinary. evalOp(Value lval, Value rval)protected abstract ValueExpressionUnary. evalOp(Value val)protected ValueGe. evalOp(Value lval, Value rval)protected ValueGt. evalOp(Value lval, Value rval)protected ValueHas. evalOp(Value lval, Value rval)protected ValueLe. evalOp(Value lval, Value rval)protected ValueLt. evalOp(Value lval, Value rval)protected ValueMatch. evalOp(Value lval, Value rval)protected ValueMinus. evalOp(Value lval, Value rval)protected ValueMod. evalOp(Value lval, Value rval)ValueNot. evalOp(Value val)protected ValueOr. evalOp(Value lval, Value rval)protected ValuePlus. evalOp(Value lval, Value rval)protected ValueTimes. evalOp(Value lval, Value rval)protected ValueXor. evalOp(Value lval, Value rval) -
Uses of Value in org.snpsift.lang.function
Methods in org.snpsift.lang.function that return Value Modifier and Type Method Description ValueCountHet. eval(org.snpeff.vcf.VcfEntry vcfEntry)ValueCountHet. eval(org.snpeff.vcf.VcfGenotype vcfGenotype)ValueCountHom. eval(org.snpeff.vcf.VcfEntry vcfEntry)ValueCountHom. eval(org.snpeff.vcf.VcfGenotype vcfGenotype)ValueCountRef. eval(org.snpeff.vcf.VcfEntry vcfEntry)ValueCountRef. eval(org.snpeff.vcf.VcfGenotype vcfGenotype)ValueCountVariant. eval(org.snpeff.vcf.VcfEntry vcfEntry)ValueCountVariant. eval(org.snpeff.vcf.VcfGenotype vcfGenotype)ValueIn. eval(org.snpeff.vcf.VcfEntry vcfEntry)ValueIn. eval(org.snpeff.vcf.VcfGenotype gt)ValueIsHet. eval(org.snpeff.vcf.VcfEntry vcfEntry)ValueIsHet. eval(org.snpeff.vcf.VcfGenotype vcfGenotype)ValueIsHom. eval(org.snpeff.vcf.VcfEntry vcfEntry)ValueIsHom. eval(org.snpeff.vcf.VcfGenotype vcfGenotype)ValueIsRef. eval(org.snpeff.vcf.VcfEntry vcfEntry)ValueIsRef. eval(org.snpeff.vcf.VcfGenotype vcfGenotype)ValueIsVariant. eval(org.snpeff.vcf.VcfEntry vcfEntry)ValueIsVariant. eval(org.snpeff.vcf.VcfGenotype vcfGenotype)
-