Uses of Class
org.snpsift.lang.expression.Field
-
Packages that use Field Package Description org.snpsift.lang org.snpsift.lang.expression -
-
Uses of Field in org.snpsift.lang
Methods in org.snpsift.lang that return Field Modifier and Type Method Description FieldLangFactory. fieldFactory(org.antlr.v4.runtime.tree.ParseTree tree)Create 'Expression' from Tree -
Uses of Field in org.snpsift.lang.expression
Subclasses of Field in org.snpsift.lang.expression Modifier and Type Class Description classFieldConstantA 'constant' field: e.g.classFieldConstantFloatA 'constant' field: e.g.classFieldEffAn 'EFF' field form SnpEff: E.g.: 'EFF[2].GENE'classFieldGenotypeA field: E.g.: 'GEN[2].GT'classFieldGenotypeSubA field: E.g.: 'GEN[2].PL[3]'classFieldLofA LOF field form SnpEff: E.g.: 'LOF[2].GENE'classFieldNmdA NMD field form SnpEff: E.g.: 'NMD[2].GENE'classFieldSubA field that has sub fields (e.g.Methods in org.snpsift.lang.expression that return Field Modifier and Type Method Description static FieldFieldConstant. factory(java.lang.String name)Create fields from constant names
-