Class FieldConstantFloat
java.lang.Object
org.snpsift.lang.expression.Expression
org.snpsift.lang.expression.Field
org.snpsift.lang.expression.FieldConstant
org.snpsift.lang.expression.FieldConstantFloat
A 'constant' field: e.g. 'NaN', 'Inf'
- Author:
- pablocingolani
-
Nested Class Summary
Nested classes/interfaces inherited from class FieldConstant
FieldConstant.FieldConstantNames -
Field Summary
Fields inherited from class Field
exceptionIfNotFound, name, number, returnType, TYPE_ALL, TYPE_ANY, vcfInfo, vcfInfoNumberFields inherited from class Expression
debug, negated, operator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioneval(org.snpeff.vcf.VcfEntry vcfEntry) Evaluate expression using VcfEntrygetFieldFloat(org.snpeff.vcf.VcfEntry vcfEntry) Methods inherited from class FieldConstant
factory, isConstantFieldMethods inherited from class Field
eval, fieldHeaderNotFound, fieldNotFound, getFieldString, getName, getReturnType, getSampleNum, gtFieldNotFound, indexStr, isSampleName, isSub, returnType, returnType, setExceptionIfNotFound, toStringMethods inherited from class Expression
setNegated
-
Constructor Details
-
FieldConstantFloat
-
-
Method Details
-
eval
Description copied from class:ExpressionEvaluate expression using VcfEntry -
getFieldFloat
-