![]() |
linc 0.7
Linc is a general-purpose programming language inspired by C
|
This is the complete list of members for linc::BoundBinaryOperator, including all inherited members.
| BoundBinaryOperator(Kind kind, Types::type left_type, Types::type right_type) (defined in linc::BoundBinaryOperator) | linc::BoundBinaryOperator | |
| clone() const (defined in linc::BoundBinaryOperator) | linc::BoundBinaryOperator | |
| getKind() const (defined in linc::BoundBinaryOperator) | linc::BoundBinaryOperator | inline |
| getLeftType() const (defined in linc::BoundBinaryOperator) | linc::BoundBinaryOperator | inline |
| getReturnType() const (defined in linc::BoundBinaryOperator) | linc::BoundBinaryOperator | inline |
| getRightType() const (defined in linc::BoundBinaryOperator) | linc::BoundBinaryOperator | inline |
| Kind enum name (defined in linc::BoundBinaryOperator) | linc::BoundBinaryOperator | |
| kindToString(Kind kind) (defined in linc::BoundBinaryOperator) | linc::BoundBinaryOperator | static |