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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DToken.java42 static final int CONCAT = 1; // XY field in class:Token
140 return new Token.UnionToken(Token.CONCAT); // *** It is not a bug.
260 case CONCAT:
317 case CONCAT:
390 case CONCAT:
525 case CONCAT:
1115 super(Token.CONCAT);
1420 * for UNION or CONCAT.
1439 // This is CONCAT, and new child is CONCAT
[all...]
H A DRegularExpression.java534 case Token.CONCAT:

Completed in 135 milliseconds