|
|
| FunctionTypeExprAST (std::vector< std::unique_ptr< TypeExprAST > > paramTypes, std::unique_ptr< TypeExprAST > returnType) |
| std::string | to_string () const override |
|
ParseKind | getKind () const |
|
| TypeExprAST (ParseKind kind) |
|
|
static bool | classof (const TypeExprAST *node) |
|
|
std::vector< std::unique_ptr< TypeExprAST > > | paramTypes |
|
std::unique_ptr< TypeExprAST > | returnType |
|
sammine_util::Location | location |
◆ to_string()
| std::string sammine_lang::AST::FunctionTypeExprAST::to_string |
( |
| ) |
const |
|
inlineoverridevirtual |
The documentation for this class was generated from the following file: