![]() |
linc 0.7
Linc is a general-purpose programming language inspired by C
|
This is the complete list of members for linc::BoundIfExpression, including all inherited members.
| BoundExpression(const Types::type &type) (defined in linc::BoundExpression) | linc::BoundExpression | inline |
| BoundIfExpression(Types::type type, std::unique_ptr< const BoundExpression > test_expression, std::unique_ptr< const BoundExpression > if_body, std::unique_ptr< const BoundExpression > else_body) (defined in linc::BoundIfExpression) | linc::BoundIfExpression | |
| BoundNode(const Token::Info &info=Token::Info{.file={},.line={}}) (defined in linc::BoundNode) | linc::BoundNode | inline |
| clone() const final override (defined in linc::BoundIfExpression) | linc::BoundIfExpression | virtual |
| getChildren() const final override (defined in linc::BoundIfExpression) | linc::BoundIfExpression | inlinevirtual |
| getElseBody() const (defined in linc::BoundIfExpression) | linc::BoundIfExpression | inline |
| getIfBody() const (defined in linc::BoundIfExpression) | linc::BoundIfExpression | inline |
| getInfo() const (defined in linc::BoundNode) | linc::BoundNode | inline |
| getTestExpression() const (defined in linc::BoundIfExpression) | linc::BoundIfExpression | inline |
| getType() const (defined in linc::BoundExpression) | linc::BoundExpression | inline |
| hasElse() const (defined in linc::BoundIfExpression) | linc::BoundIfExpression | inline |
| toString() const final override (defined in linc::BoundExpression) | linc::BoundExpression | inlinevirtual |
| ~BoundExpression()=default (defined in linc::BoundExpression) | linc::BoundExpression | virtual |
| ~BoundNode()=default (defined in linc::BoundNode) | linc::BoundNode | virtual |