processFunctionDefinitionSingleQuotedDef method

void processFunctionDefinitionSingleQuotedDef(
  1. FunctionDefinitionSingleQuotedDef node
)

Implementation

void processFunctionDefinitionSingleQuotedDef(
    FunctionDefinitionSingleQuotedDef node) {
  _process(node);
}