processShowVariable method

void processShowVariable(
  1. ShowVariable node
)

Implementation

void processShowVariable(ShowVariable node) {
  _process(node);
  processListIdent(node.variable);
}