Searched refs:getLexeme (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/print/
H A DMimeType.java335 public String getLexeme() { method in class:MimeType.LexicalAnalyzer
557 String mt = toUnicodeLowerCase (theLexer.getLexeme());
572 thePieces.add (toUnicodeLowerCase (theLexer.getLexeme()));
585 String pn = toUnicodeLowerCase (theLexer.getLexeme());
603 String pv = theLexer.getLexeme();
609 String pv = removeBackslashes (theLexer.getLexeme());

Completed in 44 milliseconds