Class BoxStatementBlock

All Implemented Interfaces:
BoxVisitable

public class BoxStatementBlock extends BoxStatement
AST Node representing a Statement Block
  • Constructor Details

    • BoxStatementBlock

      public BoxStatementBlock(List<BoxStatement> body, Position position, String sourceText)
      Creates the AST node
      Parameters:
      body - list of the statements in the body if the loop
      position - position of the statement in the source code
      sourceText - source code that originated the Node
  • Method Details