MXVM 1.8.1
Virtual Machine, Compiler, and Pascal Frontend
Loading...
Searching...
No Matches
pascal::CodeGenVisitor::FuncInfo Struct Reference

Describes a user-declared function's parameter and return types. More...

Public Attributes

std::vector< VarTypeparamTypes
 parameter types in order
VarType returnType = VarType::UNKNOWN
 return type

Detailed Description

Describes a user-declared function's parameter and return types.

Definition at line 264 of file icode.hpp.

Member Data Documentation

◆ paramTypes

std::vector<VarType> pascal::CodeGenVisitor::FuncInfo::paramTypes

parameter types in order

Definition at line 265 of file icode.hpp.

Referenced by pascal::CodeGenVisitor::visit(), and pascal::CodeGenVisitor::visit().

◆ returnType

VarType pascal::CodeGenVisitor::FuncInfo::returnType = VarType::UNKNOWN

return type

Definition at line 266 of file icode.hpp.

Referenced by pascal::CodeGenVisitor::visit(), and pascal::CodeGenVisitor::visit().


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