Home | History | Annotate | Download | only in parser

Lines Matching refs:isWhitespace

355     public boolean isWhitespace() {
359 if (!Character.isWhitespace(text.charAt(i))) {