Class IntegerLiteral

    • Method Detail

      • asIntegerLiteral

        public java.util.Optional<java.lang.Integer> asIntegerLiteral()
        Overrides:
        asIntegerLiteral in class Literal
      • toNode

        public Node toNode()
        Description copied from interface: ToNode
        Converts a value to a Node.
        Returns:
        Returns the creates Node.
      • equals

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

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