|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use REProgram | |
com.amx.duet.tools.regexp | Jakarta Regexp is a 100% Pure Java Regular Expression package that was graciously donated to the Apache Software Foundation by Jonathan Locke and has been included into AMXTools. |
Uses of REProgram in com.amx.duet.tools.regexp |
Methods in com.amx.duet.tools.regexp that return REProgram | |
REProgram |
RECompiler.compile(java.lang.String pattern)
Compiles a regular expression pattern into a program runnable by the pattern matcher class 'RE'. |
REProgram |
RE.getProgram()
Returns the current regular expression program in use by this matcher object. |
Methods in com.amx.duet.tools.regexp with parameters of type REProgram | |
void |
RE.setProgram(REProgram program)
Sets the current regular expression program used by this matcher object. |
Constructors in com.amx.duet.tools.regexp with parameters of type REProgram | |
RE(REProgram program,
int matchFlags)
Construct a matcher for a pre-compiled regular expression from program (bytecode) data. |
|
RE(REProgram program)
Construct a matcher for a pre-compiled regular expression from program (bytecode) data. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |