Package mini_c

Class Pexpr

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) Loc loc  
    • Constructor Summary

      Constructors 
      Constructor Description
      Pexpr​(Loc loc)  
    • 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

    • Constructor Detail

      • Pexpr

        Pexpr​(Loc loc)
    • Method Detail

      • accept

        abstract void accept​(Pvisitor v)