pub type NumericLiteralNode = Node<NumericLiteral>;
pub struct NumericLiteralNode { /* private fields */ }