Package org.snpsift.lang.expression
Class FieldConstant
java.lang.Object
org.snpsift.lang.expression.Expression
org.snpsift.lang.expression.Field
org.snpsift.lang.expression.FieldConstant
- Direct Known Subclasses:
FieldConstantFloat
A 'constant' field: e.g. 'NaN', 'Inf'
- Author:
- pablocingolani
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.snpsift.lang.expression.Field
exceptionIfNotFound, name, number, returnType, TYPE_ALL, TYPE_ANY, vcfInfo, vcfInfoNumber
Fields inherited from class org.snpsift.lang.expression.Expression
debug, negated, operator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Field
Create fields from constant namesstatic boolean
isConstantField
(String name) Is this string a constant's name?Methods inherited from class org.snpsift.lang.expression.Field
eval, eval, fieldHeaderNotFound, fieldNotFound, getFieldString, getName, getReturnType, getSampleNum, gtFieldNotFound, indexStr, isSampleName, isSub, returnType, returnType, setExceptionIfNotFound, toString
Methods inherited from class org.snpsift.lang.expression.Expression
setNegated
-
Constructor Details
-
FieldConstant
-
-
Method Details
-
factory
Create fields from constant names -
isConstantField
Is this string a constant's name?
-