Bash++
Bash++ compiler internal documentation
Public Attributes | List of all members
AST::MethodDefinition::Parameter Struct Reference

#include <MethodDefinition.h>

Collaboration diagram for AST::MethodDefinition::Parameter:
Collaboration graph
[legend]

Public Attributes

std::optional< AST::Token< std::string > > type
 
AST::Token< std::string > name
 
bool pointer = true
 

Member Data Documentation

◆ name

AST::Token<std::string> AST::MethodDefinition::Parameter::name

◆ pointer

bool AST::MethodDefinition::Parameter::pointer = true

◆ type

std::optional<AST::Token<std::string> > AST::MethodDefinition::Parameter::type

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