Package org.snpsift.lang.expression
Class FieldLof
- java.lang.Object
-
- org.snpsift.lang.expression.Expression
-
- org.snpsift.lang.expression.Field
-
- org.snpsift.lang.expression.FieldSub
-
- org.snpsift.lang.expression.FieldLof
-
-
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 Constructor Description FieldLof(java.lang.String name, Expression indexExpr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getFieldString(org.snpeff.vcf.VcfEntry vcfEntry)
Get a field from VcfEntryjava.lang.String
getName()
org.snpeff.vcf.VcfInfoType
getReturnType(org.snpeff.vcf.VcfEntry vcfEntry)
protected void
init()
java.lang.String
toString()
-
Methods inherited from class org.snpsift.lang.expression.FieldSub
evalIndex, evalIndex, evalIndex, evalIndex, getFieldString, isSub
-
Methods inherited from class org.snpsift.lang.expression.Field
eval, eval, fieldHeaderNotFound, fieldNotFound, getReturnType, getSampleNum, gtFieldNotFound, indexStr, isSampleName, returnType, returnType, setExceptionIfNotFound
-
Methods inherited from class org.snpsift.lang.expression.Expression
setNegated
-
-
-
-
Constructor Detail
-
FieldLof
public FieldLof(java.lang.String name, Expression indexExpr)
-
-
Method Detail
-
getFieldString
public java.lang.String getFieldString(org.snpeff.vcf.VcfEntry vcfEntry)
Get a field from VcfEntry- Overrides:
getFieldString
in classFieldSub
-
getReturnType
public org.snpeff.vcf.VcfInfoType getReturnType(org.snpeff.vcf.VcfEntry vcfEntry)
-
init
protected void init()
-
-