Class BoxDecimalLiteral

All Implemented Interfaces:
IBoxLiteral, IBoxSimpleLiteral, BoxVisitable

public class BoxDecimalLiteral extends BoxExpression implements IBoxSimpleLiteral
AST Node representing a decimal value
  • Constructor Details

    • BoxDecimalLiteral

      public BoxDecimalLiteral(String value, Position position, String sourceText)
      Creates the AST node
      Parameters:
      value - decimal value
      position - position of the statement in the source code
      sourceText - source code that originated the Node
  • Method Details