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

#include <ast.hpp>

Inheritance diagram for innerMethodDecl:
Collaboration diagram for innerMethodDecl:

Public Member Functions

identifierWithDefTemplateArggetName ()
 
definitionArgumentsgetArgs ()
 
typeSpecgetResultType ()
 
- 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

yoi::vec< lexer::tokenattrs
 
identifierWithDefTemplateArgname
 
definitionArgumentsargs
 
typeSpecresultType
 

Detailed Description

Definition at line 952 of file ast.hpp.

Member Function Documentation

◆ getArgs()

definitionArguments & getArgs ( )

Definition at line 959 of file ast.cpp.

Referenced by visitor::handleInvocationExtern(), visitor::specializeStructMethodDeclaration(), and visitor::specializeStructMethodTemplate().

Here is the caller graph for this function:

◆ getName()

Definition at line 955 of file ast.cpp.

Referenced by visitor::handleInvocationExtern(), visitor::specializeStructMethodDeclaration(), and visitor::specializeStructMethodTemplate().

Here is the caller graph for this function:

◆ getResultType()

typeSpec & getResultType ( )

Definition at line 963 of file ast.cpp.

Referenced by visitor::specializeStructMethodDeclaration(), and visitor::specializeStructMethodTemplate().

Here is the caller graph for this function:

Member Data Documentation

◆ args

Definition at line 956 of file ast.hpp.

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

◆ attrs

◆ name

Definition at line 955 of file ast.hpp.

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

◆ resultType

typeSpec* resultType

Definition at line 957 of file ast.hpp.

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


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