Class BtrpString

All Implemented Interfaces:
BtrpOperand, Copyable<BtrpOperand>

public class BtrpString
extends DefaultBtrpOperand
A string element in the language. Support concatenation with numbers and other strings
Author:
Fabien Hermenier
  • Constructor Details

    • BtrpString

      public BtrpString​(String str)
      Make a new element.
      Parameters:
      str - the value of the element.
  • Method Details