Uses of Class
org.apache.regexp.REProgram
-
Uses of REProgram in org.apache.regexp
Fields in org.apache.regexp declared as REProgramMethods in org.apache.regexp that return REProgramModifier and TypeMethodDescriptionCompiles a regular expression pattern into a program runnable by the pattern matcher class 'RE'.RE.getProgram()
Returns the current regular expression program in use by this matcher object.Methods in org.apache.regexp with parameters of type REProgramModifier and TypeMethodDescriptionvoid
RE.setProgram
(REProgram program) Sets the current regular expression program used by this matcher object.Constructors in org.apache.regexp with parameters of type REProgram