1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-24 18:48:01 +02:00

Made callstack aware of outer types vs namespaces. Colorized classview

This commit is contained in:
Brian Fiete 2019-12-11 12:54:50 -08:00
parent 33edbd18bb
commit b3cc0b5be4
9 changed files with 662 additions and 376 deletions

View file

@ -1025,6 +1025,7 @@ public:
bool IsTemporary();
int GetStartCharId();
BfSourceData* GetSourceData();
BfParserData* GetParserData();
BfParser* GetParser();
bool IsFromParser(BfParser* parser);
String ToString();