コード例 #1
0
 /**
  * Returns whether tokens of the specified type should have "mark occurrences" enabled for the
  * current programming language.
  *
  * @param type The token type.
  * @return Whether tokens of this type should have "mark occurrences" enabled.
  */
 boolean getMarkOccurrencesOfTokenType(int type) {
   return tokenMaker.getMarkOccurrencesOfTokenType(type);
 }