Method | Description | |
---|---|---|
GetFlags ( ) : string |
Returns regexp flags,
|
|
GetValue ( ) : string |
Returns the regexp string without delimiters
|
|
RegExpLiteral ( ) : Rhino | ||
RegExpLiteral ( int pos ) : Rhino | ||
RegExpLiteral ( int pos, int len ) : Rhino | ||
SetFlags ( string flags ) : void |
Sets regexp flags. Sets regexp flags. Can be |
|
SetValue ( string value ) : void |
Sets the regexp string without delimiters
|
|
ToSource ( int depth ) : string | ||
Visit ( NodeVisitor v ) : void |
Visits this node. Visits this node. There are no children to visit. |
public RegExpLiteral ( int pos, int len ) : Rhino | ||
pos | int | |
len | int | |
return | Rhino |