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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DToken.java157 static Token.CharToken createChar(int ch) {
159 return new Token.CharToken(Token.CHAR, ch);
161 static private Token.CharToken createAnchor(int ch) {
163 return new Token.CharToken(Token.ANCHOR, ch);
1142 static class CharToken extends Token implements java.io.Serializable { class in class:Token
1148 CharToken(int type, int ch) { method in class:Token.CharToken

Completed in 34 milliseconds