linc 0.7
Linc is a general-purpose programming language inspired by C
Loading...
Searching...
No Matches
linc::BoundFunctionCallExpression Class Referencefinal
Inheritance diagram for linc::BoundFunctionCallExpression:
linc::BoundExpression linc::BoundNode

Classes

struct  Argument
 

Public Member Functions

 BoundFunctionCallExpression (Types::type type, const std::string &name, std::vector< Argument > arguments)
 
const std::string & getName () const
 
const std::vector< Argument > & getArguments () const
 
virtual std::unique_ptr< const BoundExpressionclone () const final override
 
- Public Member Functions inherited from linc::BoundExpression
 BoundExpression (const Types::type &type)
 
const Types::typegetType () const
 
virtual std::string toString () const final override
 
- Public Member Functions inherited from linc::BoundNode
 BoundNode (const Token::Info &info=Token::Info{.file={},.line={}})
 
virtual std::vector< const BoundNode * > getChildren () const
 
const Token::InfogetInfo () const
 

Additional Inherited Members

- Protected Member Functions inherited from linc::BoundNode

Member Function Documentation

◆ clone()

std::unique_ptr< const BoundExpression > linc::BoundFunctionCallExpression::clone ( ) const
finaloverridevirtual

Implements linc::BoundExpression.


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