BoolExpr

class BoolExpr : Expression {}

Constructors

this
this(Token* t)

For ASTSerializer.

Members

Variables

value
IntExpr value;

IntExpr of type bool.

Meta