processIndexType method

void processIndexType(
  1. IndexType node
)

Implementation

void processIndexType(IndexType node) {
  _process(node);
}