class

CrLox::While

Inherits CrLox::Stmt < Reference < Object

Constructors

new(condition : Expr, body : Stmt)
Source

Instance methods

accept(visitor)
Source
body
Source
condition
Source