![]() |
linc 0.7
Linc is a general-purpose programming language inspired by C
|
This is the complete list of members for linc::BoundFunctionDeclaration, including all inherited members.
| BoundFunctionDeclaration(const Types::type &function_type, const std::string &name, std::vector< std::unique_ptr< const BoundVariableDeclaration > > arguments, std::unique_ptr< const BoundExpression > body) (defined in linc::BoundFunctionDeclaration) | linc::BoundFunctionDeclaration | |
| BoundNode(const Token::Info &info=Token::Info{.file={},.line={}}) (defined in linc::BoundNode) | linc::BoundNode | inline |
| clone() const final override (defined in linc::BoundFunctionDeclaration) | linc::BoundFunctionDeclaration | virtual |
| getArguments() const (defined in linc::BoundFunctionDeclaration) | linc::BoundFunctionDeclaration | inline |
| getBody() const (defined in linc::BoundFunctionDeclaration) | linc::BoundFunctionDeclaration | inline |
| getChildren() const final override (defined in linc::BoundFunctionDeclaration) | linc::BoundFunctionDeclaration | inlinevirtual |
| getDefaultArgumentCount() const (defined in linc::BoundFunctionDeclaration) | linc::BoundFunctionDeclaration | inline |
| getFunctionType() const (defined in linc::BoundFunctionDeclaration) | linc::BoundFunctionDeclaration | inline |
| getInfo() const (defined in linc::BoundNode) | linc::BoundNode | inline |
| getName() const (defined in linc::BoundFunctionDeclaration) | linc::BoundFunctionDeclaration | inline |
| getReturnType() const (defined in linc::BoundFunctionDeclaration) | linc::BoundFunctionDeclaration | inline |
| toString() const (defined in linc::BoundNode) | linc::BoundNode | inlinevirtual |
| ~BoundDeclaration()=default (defined in linc::BoundDeclaration) | linc::BoundDeclaration | virtual |
| ~BoundNode()=default (defined in linc::BoundNode) | linc::BoundNode | virtual |