class AST::WhileExpression
- AST::WhileExpression
- AST::Expression
- AST::Node
- Reference
- Object
Defined in:
ast/expressions.crConstructors
Instance Method Summary
- #condition : Expression
- #condition=(condition : Expression)
- #statement : BlockStatement
- #statement=(statement : BlockStatement)
- #string
- #token : Token::Token
- #token=(token : Token::Token)
- #token_literal