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

/openjdk7/jaxp/src/com/sun/org/apache/regexp/internal/
H A DRECompiler.java60 static final int ESC_CLASS = 0xffffd; // Escape represents a whole class of characters field in class:RECompiler
387 * octal escape and a backref. You can access the type of ESC_CLASS or
421 return ESC_CLASS;
606 case ESC_CLASS:
898 case ESC_CLASS:

Completed in 3480 milliseconds