makeToken abstract method

void makeToken(
  1. int startLoc,
  2. int endLoc,
  3. int kind
)

Implementation

void makeToken(int startLoc, int endLoc, int kind);