Searched defs:ModifierToken (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DToken.java173 static Token.ModifierToken createModifierGroup(Token child, int add, int mask) {
175 return new Token.ModifierToken(child, add, mask);
460 options |= ((ModifierToken)this).getOptions();
461 options &= ~((ModifierToken)this).getOptionsMask();
571 options |= ((ModifierToken)this).getOptions();
572 options &= ~((ModifierToken)this).getOptionsMask();
1379 static class ModifierToken extends Token implements java.io.Serializable { class in class:Token
1387 ModifierToken(Token tok, int add, int mask) { method in class:Token.ModifierToken

Completed in 1659 milliseconds