Class LongLiteral


  • public class LongLiteral
    extends Literal
    • Constructor Detail

      • LongLiteral

        public LongLiteral​(String value)
    • Method Detail

      • getValue

        public long getValue()
      • equals

        public boolean equals​(Object o)
        Specified by:
        equals in class Node
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in class Node
      • shallowEquals

        public boolean shallowEquals​(Node other)
        Description copied from class: Node
        Compare with another node by considering internal state excluding any Node returned by getChildren()
        Overrides:
        shallowEquals in class Node