processColumnOptionComment method

void processColumnOptionComment(
  1. ColumnOptionComment node
)

Implementation

void processColumnOptionComment(ColumnOptionComment node) {
  _process(node);
}