Package org.snpsift.lang
Class Value
java.lang.Object
org.snpsift.lang.Value
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanasBool()doubleasFloat()longasInt()asString()booleanbooleancanBeInt()booleancanCompare(Value val) Can these values be compared?intbooleaninthashCode()booleanisBool()booleanisFloat()booleanisInt()booleanisNull()booleanisString()toString()org.snpeff.vcf.VcfInfoTypetype()
-
Field Details
-
debug
public static boolean debug -
FALSE
-
TRUE
-
NULL
-
-
Constructor Details
-
Value
-
-
Method Details
-
asBool
public boolean asBool() -
asFloat
public double asFloat() -
asInt
public long asInt() -
asString
-
canBeFloat
public boolean canBeFloat() -
canBeInt
public boolean canBeInt() -
canCompare
Can these values be compared? -
compareTo
-
equals
-
hashCode
public int hashCode() -
isBool
public boolean isBool() -
isFloat
public boolean isFloat() -
isInt
public boolean isInt() -
isNull
public boolean isNull() -
isString
public boolean isString() -
toString
-
type
public org.snpeff.vcf.VcfInfoType type()
-