Modifier and Type | Field and Description |
---|---|
(package private) RE |
REDemo.r
Matcher and compiler objects
|
private RE |
RETestCase.regexp |
Modifier and Type | Method and Description |
---|---|
static RE |
REUtil.createRE(java.lang.String expression)
Creates a regular expression, permitting simple or complex syntax
|
static RE |
REUtil.createRE(java.lang.String expression,
int matchFlags)
Creates a regular expression, permitting simple or complex syntax
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
RETest.showParens(RE r)
Dump parenthesized subexpressions found by a regular expression matcher object
|
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.