Package mini_c

Class Pint


  • class Pint
    extends Pexpr
    Une constante entière
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int n  
      • Fields inherited from class mini_c.Pexpr

        loc
    • Constructor Summary

      Constructors 
      Constructor Description
      Pint​(int n, Loc loc)  
    • Method Summary

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

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

      • n

        int n
    • Constructor Detail

      • Pint

        public Pint​(int n,
                    Loc loc)