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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DOp.java104 static StringOp createString(String literal) {
106 return new StringOp(Op.STRING, literal);
230 static class StringOp extends Op { class in class:Op
232 StringOp(int type, String literal) { method in class:Op.StringOp

Completed in 31 milliseconds