Class BinaryLiteral


  • public class BinaryLiteral
    extends Literal
    • Constructor Detail

      • BinaryLiteral

        public BinaryLiteral​(java.lang.String value)
      • BinaryLiteral

        public BinaryLiteral​(java.util.Optional<NodeLocation> location,
                             java.lang.String value)
      • BinaryLiteral

        public BinaryLiteral​(NodeLocation location,
                             java.lang.String value)
    • Method Detail

      • toHexString

        public java.lang.String toHexString()
        Return the valued as a hex-formatted string with upper-case characters
      • getValue

        public io.airlift.slice.Slice getValue()
      • equals

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

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