pub fn walk_expression<V: VerilogVisitor + ?Sized>(
    visitor: &mut V,
    e: &VerilogExpression
)