|
topazc
|
Structure of part of path to object. More...
Public Types | |
| enum | Object { OBJ_MODULE , OBJ_CLASS } |
| Object from path (module or class). More... | |
Public Attributes | |
| std::string | name |
| enum SemanticAnalyzer::PathPart::Object | object |
Structure of part of path to object.
Definition at line 88 of file semantic.hpp.
Object from path (module or class).
| Enumerator | |
|---|---|
| OBJ_MODULE | |
| OBJ_CLASS | |
Definition at line 94 of file semantic.hpp.
| std::string SemanticAnalyzer::PathPart::name |
Name of part
Definition at line 89 of file semantic.hpp.
| enum SemanticAnalyzer::PathPart::Object SemanticAnalyzer::PathPart::object |