topazc
SemanticAnalyzer::PathPart Struct Reference

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

Detailed Description

Structure of part of path to object.

Definition at line 88 of file semantic.hpp.

Member Enumeration Documentation

◆ Object

Object from path (module or class).

Enumerator
OBJ_MODULE 
OBJ_CLASS 

Definition at line 94 of file semantic.hpp.

Member Data Documentation

◆ name

std::string SemanticAnalyzer::PathPart::name

Name of part

Definition at line 89 of file semantic.hpp.

◆ object

enum SemanticAnalyzer::PathPart::Object SemanticAnalyzer::PathPart::object

The documentation for this struct was generated from the following file: