|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface of a compiler for regular expressions.
Method Summary | |
Pattern |
compile(java.lang.String pPattern)
Compiles the given regular expression. |
Method Detail |
public Pattern compile(java.lang.String pPattern)
Compiles the given regular expression. This method must be implemented in a thread safe manner.
java.lang.IllegalArgumentException
- The pattern was no valid regular expression.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |