Interface BlockLikeStatement

All Known Implementing Classes:
CaseBlock, DeclareHandlerStmt, EmptyStmt, IfBlock, RepeatBlock, StatementBlock

public interface BlockLikeStatement
Statements implementing this interface output multi-statement blocks. To ensure these are indented correctly, a depth may be passed.
  • Method Summary

    Modifier and Type
    Method
    Description
    toString(int depth)
     
  • Method Details

    • toString

      String toString(int depth)