Searched defs:peek (Results 76 - 77 of 77) sorted by relevance

1234

/openjdk7/jdk/src/share/classes/java/util/regex/
H A DPattern.java1668 if (peek() == ')') {
1796 private int peek() { method in class:Pattern
1823 * Advance the cursor by one, and peek the next character.
1833 * Advance the cursor by one, and peek the next character,
1842 * If in xmode peek past whitespace and comments.
1879 * xmode peek past comment to end of line.
1997 if (peek() != '|') {
2013 int ch = peek();
2125 int ch = peek();
2171 ch = peek();
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/expr/
H A DExpressionParser.java52 LValue peek() { method in class:ExpressionParser
53 return stack.peek();
987 peek().invokeWith(argList);

Completed in 69 milliseconds

1234