C E G I L M O P S T

C

castToString() - Method in class oscript.data.SunRegExpResult
Convert this object to a native java String value.

E

elementAt(Value) - Method in class oscript.data.SunRegExpResult
Get the specified index of this object, if this object is an array.
exec(Value) - Method in class oscript.data.SunRegExp
Execute the search for a match against a string.

G

getIndex() - Method in class oscript.data.SunRegExpResult
The index of the match in the string, or -1 if no match.

I

init() - Static method in class oscript.data.SunRegExp
Called from bootstrap code, to give us change to register this RegExp implementation

L

length() - Method in class oscript.data.SunRegExpResult
For types that implement elementAt, this returns the number of elements.

M

MEMBER_NAMES - Static variable in class oscript.data.SunRegExp
 

O

oscript.data - package oscript.data
 

P

PARENT_TYPE_NAME - Static variable in class oscript.data.SunRegExp
 

S

SunRegExp - class oscript.data.SunRegExp.
An implementation of RegExp that under the hood uses the java.util.regex package that comes with j2se v1.4
SunRegExp(MemberTable) - Constructor for class oscript.data.SunRegExp
Class Constructor.
SunRegExpResult - class oscript.data.SunRegExpResult.
The implementation of RegExpResult using Sun's java.util.regex package that comes with j2se v1.4 and later.

T

TYPE - Static variable in class oscript.data.SunRegExp
 
TYPE_NAME - Static variable in class oscript.data.SunRegExp
 

C E G I L M O P S T