![]() |
linc 0.7
Linc is a general-purpose programming language inspired by C
|
Public Member Functions | |
| BoundArrayInitializerExpression (std::vector< std::unique_ptr< const BoundExpression > > values, Types::type type) | |
| const std::vector< std::unique_ptr< const BoundExpression > > & | getValues () const |
| virtual std::string | toStringInner () const final override |
| virtual std::unique_ptr< const BoundExpression > | clone () const final override |
| virtual std::vector< const BoundNode * > | getChildren () const final override |
Public Member Functions inherited from linc::BoundExpression | |
| BoundExpression (const Types::type &type) | |
| const Types::type & | getType () const |
| virtual std::string | toString () const final override |
Public Member Functions inherited from linc::BoundNode | |
| BoundNode (const Token::Info &info=Token::Info{.file={},.line={}}) | |
| const Token::Info & | getInfo () const |
Additional Inherited Members | |
Protected Member Functions inherited from linc::BoundNode |
|
finaloverridevirtual |
Implements linc::BoundExpression.
|
inlinefinaloverridevirtual |
Reimplemented from linc::BoundNode.
|
finaloverridevirtual |
Implements linc::BoundNode.