Home | History | Annotate | Download | only in util

Lines Matching refs:ACRONYM

320       addToken(new Acronym(match.getText(), match.getValue()));
661 ACRONYM ("a"),
1154 /** Represents an acronym that was found in the input. */
1155 public static class Acronym extends Token {
1159 public Acronym(String text, String value) {
1160 super(Type.ACRONYM, text);
1265 case ACRONYM: