Package mini_c

Class Sblock


  • class Sblock
    extends Stmt
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.LinkedList<Decl_var> dl  
      java.util.LinkedList<Stmt> sl  
    • Constructor Summary

      Constructors 
      Constructor Description
      Sblock​(java.util.LinkedList<Decl_var> dl, java.util.LinkedList<Stmt> sl)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void accept​(Visitor v)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • dl

        public java.util.LinkedList<Decl_var> dl
      • sl

        public java.util.LinkedList<Stmt> sl
    • Constructor Detail

      • Sblock

        Sblock​(java.util.LinkedList<Decl_var> dl,
               java.util.LinkedList<Stmt> sl)