Package mini_c

Class Ptype

  • Direct Known Subclasses:
    PTint, PTstruct

    abstract class Ptype
    extends java.lang.Object
    Un type de mini-C
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static Ptype ptint  
    • Constructor Summary

      Constructors 
      Constructor Description
      Ptype()  
    • Method Summary

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

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

      • ptint

        static Ptype ptint
    • Constructor Detail

      • Ptype

        Ptype()
    • Method Detail

      • accept

        abstract void accept​(Pvisitor v)