Skeleton for source language abstraction. There's SourceLanguage with several
subclasses, though they don't do much yet. SourceCode is now associated with a SourceLanguage. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31544 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -146,6 +146,8 @@ public:
|
||||
const char* CompilationDir() const
|
||||
{ return fCompilationDir; }
|
||||
|
||||
uint16 Language() const { return fLanguage; }
|
||||
|
||||
const DebugInfoEntryList& Types() const { return fTypes; }
|
||||
const DebugInfoEntryList& OtherChildren() const
|
||||
{ return fOtherChildren; }
|
||||
|
||||
Reference in New Issue
Block a user