Uses of Class
org.apache.regexp.REProgram
-
-
Uses of REProgram in org.apache.regexp
Fields in org.apache.regexp declared as REProgram Modifier and Type Field Description (package private) REProgramRE. programMethods in org.apache.regexp that return REProgram Modifier and Type Method Description REProgramRECompiler. compile(java.lang.String pattern)Compiles a regular expression pattern into a program runnable by the pattern matcher class 'RE'.REProgramRE. getProgram()Returns the current regular expression program in use by this matcher object.Methods in org.apache.regexp with parameters of type REProgram Modifier and Type Method Description voidRE. setProgram(REProgram program)Sets the current regular expression program used by this matcher object.Constructors in org.apache.regexp with parameters of type REProgram Constructor Description RE(REProgram program)Construct a matcher for a pre-compiled regular expression from program (bytecode) data.RE(REProgram program, int matchFlags)Construct a matcher for a pre-compiled regular expression from program (bytecode) data.
-