|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface to be implemented by regular-expression factory
Method Summary | |
RegExp |
createRegExp(Value exp,
Value flags)
Construct a RegExp object. |
Value |
getType()
Get the type object, used to construct a RegExp object. |
Method Detail |
public Value getType()
public RegExp createRegExp(Value exp, Value flags)
exp
- the expression stringflags
- the string of zero or more flags
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |