![]() |
linc 0.7
Linc is a general-purpose programming language inspired by C
|
This is the complete list of members for linc::EnumeratorClause, including all inherited members.
| clone() const final override (defined in linc::EnumeratorClause) | linc::EnumeratorClause | inlinevirtual |
| EnumeratorClause(const Token &left_parenthesis, const Token &right_parenthesis, std::unique_ptr< const IdentifierExpression > identifier, std::unique_ptr< const TypeExpression > actual_type) (defined in linc::EnumeratorClause) | linc::EnumeratorClause | inline |
| getActualType() const (defined in linc::EnumeratorClause) | linc::EnumeratorClause | inline |
| getIdentifier() const (defined in linc::EnumeratorClause) | linc::EnumeratorClause | inline |
| getLeftParenthesis() const (defined in linc::EnumeratorClause) | linc::EnumeratorClause | inline |
| getRightParenthesis() const (defined in linc::EnumeratorClause) | linc::EnumeratorClause | inline |