pub type StringLiteralNode = Node<StringLiteral>;
pub struct StringLiteralNode { /* private fields */ }