Program Listing for File markLhsValues.h

Program Listing for File markLhsValues.h#

Return to documentation for file (src/frontend/SageIII/astPostProcessing/markLhsValues.h)

#ifndef MARK_LHS_VALUES_H
#define MARK_LHS_VALUES_H

// DQ (1/19/2008):
ROSE_DLL_API void markLhsValues( SgNode* node );

class MarkLhsValues : public SgSimpleProcessing
   {
     public:
          void visit (SgNode* node);
   };

// endif for MARK_LHS_VALUES_H
#endif