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

/openjdk7/jaxp/src/com/sun/org/apache/regexp/internal/
H A DREProgram.java28 * REProgram objects). You should not otherwise need to work directly with
36 public class REProgram implements Serializable class in inherits:Serializable
43 int flags; // Optimization flags (REProgram.OPT_*)
50 public REProgram(char[] instruction) method in class:REProgram
60 public REProgram(int parens, char[] instruction) method in class:REProgram
71 public REProgram(char[] instruction, int lenInstruction) method in class:REProgram

Completed in 1247 milliseconds