hoshi-lang dev
Yet another programming language
Loading...
Searching...
No Matches
implStmt Class Reference

#include <ast.hpp>

Inheritance diagram for implStmt:
Collaboration diagram for implStmt:

Public Member Functions

externModuleAccessExpressiongetInterfaceId ()
 
externModuleAccessExpressiongetStructId ()
 
implInnergetInner ()
 
bool isImplForStmt ()
 
- Public Member Functions inherited from AST
 AST ()
 
 AST (lexer::token token)
 
std::tuple< yoi::indexT, yoi::indexTgetLocation ()
 
yoi::indexT getLine ()
 
yoi::indexT getColumn ()
 
yoi::lexer::tokengetToken ()
 

Public Attributes

externModuleAccessExpressioninterfaceName
 
externModuleAccessExpressionstructName
 
implInnerinner
 

Detailed Description

Definition at line 752 of file ast.hpp.

Member Function Documentation

◆ getInner()

implInner & getInner ( )

Definition at line 371 of file ast.cpp.

References implStmt::inner.

Referenced by visitor::specializeInterfaceImplementation(), visitor::specializeStructTemplate(), and visitor::visit().

Here is the caller graph for this function:

◆ getInterfaceId()

externModuleAccessExpression & getInterfaceId ( )

Definition at line 359 of file ast.cpp.

References implStmt::interfaceName.

◆ getStructId()

externModuleAccessExpression & getStructId ( )

Definition at line 363 of file ast.cpp.

References implStmt::structName.

Referenced by visitor::visit().

Here is the caller graph for this function:

◆ isImplForStmt()

bool isImplForStmt ( )

Definition at line 367 of file ast.cpp.

References implStmt::interfaceName.

Referenced by yoi::finalizeAST(), visitor::specializeInterfaceImplementation(), and visitor::visit().

Here is the caller graph for this function:

Member Data Documentation

◆ inner

◆ interfaceName

◆ structName


The documentation for this class was generated from the following files: