Class IRStatementList

java.lang.Object
gw.lang.ir.IRElement
gw.lang.ir.IRStatement
gw.lang.ir.statement.IRStatementList

public class IRStatementList extends IRStatement
  • Field Details

    • _statements

      private List<IRStatement> _statements
    • _hasScope

      private boolean _hasScope
  • Constructor Details

    • IRStatementList

      public IRStatementList(boolean hasScope, IRStatement... statements)
    • IRStatementList

      public IRStatementList(boolean hasScope, List<IRStatement> statements)
  • Method Details