Changeset 138 in dev for BasicCompiler_Common/include
- Timestamp:
- Jun 12, 2007, 1:57:26 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/include/Member.h
r137 r138 15 15 Type type; 16 16 bool isConst; 17 18 string initializeExpression; 19 string constructParameter; 17 20 public: 18 21 int SubScripts[MAX_ARRAYDIM]; 19 20 char *InitBuf;21 char *ConstractParameter;22 22 23 23 int source_code_address; … … 42 42 } 43 43 44 const string &GetInitializeExpression() const 45 { 46 return initializeExpression; 47 } 48 const string &GetConstructParameter() const 49 { 50 return constructParameter; 51 } 52 44 53 CMember( Prototype::Accessibility accessibility, const string &name, const Type &type, bool isConst ) 45 54 : MemberPrototype( accessibility )
Note:
See TracChangeset
for help on using the changeset viewer.