프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AddDeprecatedProperties | void | ||
AddDeprecatedProperty | void | ||
Call | |||
Construct | |||
GetDeclarativeProperties | List |
||
GetGroup1Adapter | object | ||
GetGroup2Adapter | object | ||
GetGroup3Adapter | object | ||
GetGroup4Adapter | object | ||
GetGroup5Adapter | object | ||
GetGroup6Adapter | object | ||
GetGroup7Adapter | object | ||
GetGroup8Adapter | object | ||
GetGroup9Adapter | object | ||
GetInputAdapter | object | ||
GetLastMatchAdapter | object | ||
GetLastParenAdapter | object | ||
GetLeftContextAdapter | object | ||
GetRightContextAdapter | object | ||
RegExpConstructor | System | ||
SetDeprecatedProperties | void | ||
__GETTER__Species | object | ||
__STUB__Call | object | ||
__STUB__Construct |
메소드 | 설명 | |
---|---|---|
GetGroup1 ( ) : string |
Gets the value of RegExp.$1.
|
|
GetGroup2 ( ) : string |
Gets the value of RegExp.$2.
|
|
GetGroup3 ( ) : string |
Gets the value of RegExp.$3.
|
|
GetGroup4 ( ) : string |
Gets the value of RegExp.$4.
|
|
GetGroup5 ( ) : string |
Gets the value of RegExp.$5.
|
|
GetGroup6 ( ) : string |
Gets the value of RegExp.$6.
|
|
GetGroup7 ( ) : string |
Gets the value of RegExp.$7.
|
|
GetGroup8 ( ) : string |
Gets the value of RegExp.$8.
|
|
GetGroup9 ( ) : string |
Gets the value of RegExp.$9.
|
|
GetInput ( ) : string |
Gets the value of RegExp.input and RegExp.$_.
|
|
GetLastMatch ( ) : string |
Gets the value of RegExp.lastMatch and RegExp.$&.
|
|
GetLastParen ( ) : string |
Gets the value of RegExp.lastParen and RegExp.$+.
|
|
GetLeftContext ( ) : string |
Gets the value of RegExp.leftContext and RegExp.$`.
|
|
GetRightContext ( ) : string |
Gets the value of RegExp.rightContext and RegExp.$'.
|
메소드 | 설명 | |
---|---|---|
AddDeprecatedProperties ( List |
Adds the deprecated RegExp properties to the given list.
|
|
AddDeprecatedProperty ( List |
Initializes a single deprecated property.
|
|
Call ( object patternOrRegExp, string flags = null ) : |
||
Construct ( object patternOrRegExp, string flags = null ) : |
||
GetDeclarativeProperties ( ScriptEngine engine ) : List |
||
GetGroup1Adapter ( ScriptEngine engine, object thisObj, object args ) : object |
Adapter for GetGroup1().
|
|
GetGroup2Adapter ( ScriptEngine engine, object thisObj, object args ) : object |
Adapter for GetGroup2().
|
|
GetGroup3Adapter ( ScriptEngine engine, object thisObj, object args ) : object |
Adapter for GetGroup3().
|
|
GetGroup4Adapter ( ScriptEngine engine, object thisObj, object args ) : object |
Adapter for GetGroup4().
|
|
GetGroup5Adapter ( ScriptEngine engine, object thisObj, object args ) : object |
Adapter for GetGroup5().
|
|
GetGroup6Adapter ( ScriptEngine engine, object thisObj, object args ) : object |
Adapter for GetGroup6().
|
|
GetGroup7Adapter ( ScriptEngine engine, object thisObj, object args ) : object |
Adapter for GetGroup7().
|
|
GetGroup8Adapter ( ScriptEngine engine, object thisObj, object args ) : object |
Adapter for GetGroup8().
|
|
GetGroup9Adapter ( ScriptEngine engine, object thisObj, object args ) : object |
Adapter for GetGroup9().
|
|
GetInputAdapter ( ScriptEngine engine, object thisObj, object args ) : object |
Adapter for GetInput().
|
|
GetLastMatchAdapter ( ScriptEngine engine, object thisObj, object args ) : object |
Adapter for GetLastMatch().
|
|
GetLastParenAdapter ( ScriptEngine engine, object thisObj, object args ) : object |
Adapter for GetLastParen().
|
|
GetLeftContextAdapter ( ScriptEngine engine, object thisObj, object args ) : object |
Adapter for GetLeftContext().
|
|
GetRightContextAdapter ( ScriptEngine engine, object thisObj, object args ) : object |
Adapter for GetRightContext().
|
|
RegExpConstructor ( |
Creates a new RegExp object.
|
|
SetDeprecatedProperties ( string input, System match ) : void |
Sets the deprecated RegExp properties.
|
|
__GETTER__Species ( ScriptEngine engine, object thisObj, object args ) : object | ||
__STUB__Call ( ScriptEngine engine, object thisObj, object args ) : object | ||
__STUB__Construct ( ScriptEngine engine, object thisObj, object args ) : |