C# Class Jint.Native.JsRegExpConstructor

Inheritance: Jint.Native.JsConstructor
Afficher le fichier Open project: splhack/unity-jint Class Usage Examples

Méthodes publiques

Méthode Description
ExecImpl ( JsRegExp regexp, JsInstance parameters ) : JsInstance
Execute ( IJintVisitor visitor, JsDictionaryObject that, JsInstance parameters ) : JsInstance
GetLastIndex ( JsRegExp regex, JsInstance parameters ) : JsInstance
InitPrototype ( IGlobal global ) : void
JsRegExpConstructor ( IGlobal global ) : System
New ( ) : JsRegExp
New ( string pattern, bool g, bool i, bool m ) : JsRegExp
TestImpl ( JsRegExp regex, JsInstance parameters ) : JsInstance
ToStringImpl ( JsDictionaryObject target, JsInstance parameters ) : JsInstance

Method Details

ExecImpl() public méthode

public ExecImpl ( JsRegExp regexp, JsInstance parameters ) : JsInstance
regexp JsRegExp
parameters JsInstance
Résultat JsInstance

Execute() public méthode

public Execute ( IJintVisitor visitor, JsDictionaryObject that, JsInstance parameters ) : JsInstance
visitor IJintVisitor
that JsDictionaryObject
parameters JsInstance
Résultat JsInstance

GetLastIndex() public méthode

public GetLastIndex ( JsRegExp regex, JsInstance parameters ) : JsInstance
regex JsRegExp
parameters JsInstance
Résultat JsInstance

InitPrototype() public méthode

public InitPrototype ( IGlobal global ) : void
global IGlobal
Résultat void

JsRegExpConstructor() public méthode

public JsRegExpConstructor ( IGlobal global ) : System
global IGlobal
Résultat System

New() public méthode

public New ( ) : JsRegExp
Résultat JsRegExp

New() public méthode

public New ( string pattern, bool g, bool i, bool m ) : JsRegExp
pattern string
g bool
i bool
m bool
Résultat JsRegExp

TestImpl() public méthode

public TestImpl ( JsRegExp regex, JsInstance parameters ) : JsInstance
regex JsRegExp
parameters JsInstance
Résultat JsInstance

ToStringImpl() public méthode

public ToStringImpl ( JsDictionaryObject target, JsInstance parameters ) : JsInstance
target JsDictionaryObject
parameters JsInstance
Résultat JsInstance