Class BoxStringInterpolation

All Implemented Interfaces:
BoxVisitable

public class BoxStringInterpolation extends BoxStringConcat
AST Node representing a string literal value
  • Constructor Details

    • BoxStringInterpolation

      public BoxStringInterpolation(List<BoxExpression> parts, Position position, String sourceText)
      Creates the AST node
      Parameters:
      parts - List of expression to interpolate
      position - position of the statement in the source code
      sourceText - source code that originated the Node
  • Method Details