Package mini_c

Class Pdecl

  • Direct Known Subclasses:
    Pfun, Pstruct

    abstract class Pdecl
    extends java.lang.Object
    Une déclaration de mini-C
    • Constructor Summary

      Constructors 
      Constructor Description
      Pdecl()  
    • 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
    • Constructor Detail

      • Pdecl

        Pdecl()
    • Method Detail

      • accept

        abstract void accept​(Pvisitor v)