setPartOfSpeech method

void setPartOfSpeech(
  1. Pos partOfSpeech
)

Implementation

void setPartOfSpeech(Pos partOfSpeech) {
  this.partOfSpeech = partOfSpeech;
}