Class Literal

    • Constructor Summary

      Constructors 
      Constructor Description
      Literal​(long l)  
      Literal​(java.lang.Boolean b)  
      Literal​(java.lang.Double d)  
      Literal​(java.lang.String str)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Value eval​(org.snpeff.vcf.VcfEntry vcfEntry)
      Evaluate expression using VcfEntry
      Value eval​(org.snpeff.vcf.VcfGenotype vcfGenotype)
      Evaluate expression using genotype
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Literal

        public Literal​(java.lang.Boolean b)
      • Literal

        public Literal​(java.lang.Double d)
      • Literal

        public Literal​(long l)
      • Literal

        public Literal​(java.lang.String str)
    • Method Detail

      • eval

        public Value eval​(org.snpeff.vcf.VcfEntry vcfEntry)
        Description copied from class: Expression
        Evaluate expression using VcfEntry
        Specified by:
        eval in class Expression
      • eval

        public Value eval​(org.snpeff.vcf.VcfGenotype vcfGenotype)
        Description copied from class: Expression
        Evaluate expression using genotype
        Specified by:
        eval in class Expression
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object