pub type BooleanLiteralNode = Node<BooleanLiteral>;
pub struct BooleanLiteralNode { /* private fields */ }