Package mini_c

Class Ecall


  • class Ecall
    extends Expr
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.LinkedList<Expr> el  
      java.lang.String i  
      • Fields inherited from class mini_c.Expr

        typ
    • Constructor Summary

      Constructors 
      Constructor Description
      Ecall​(java.lang.String i, java.util.LinkedList<Expr> el)  
    • 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

      • i

        public java.lang.String i
      • el

        public java.util.LinkedList<Expr> el
    • Constructor Detail

      • Ecall

        Ecall​(java.lang.String i,
              java.util.LinkedList<Expr> el)