org.jruby.parser
Interface ReOptions

All Known Implementing Classes:
RubyRegexp

public interface ReOptions


Field Summary
static int RE_MAY_IGNORECASE
           
static int RE_OPTION_EXTENDED
           
static int RE_OPTION_IGNORECASE
           
static int RE_OPTION_LONGEST
           
static int RE_OPTION_MULTILINE
           
static int RE_OPTION_ONCE
           
static int RE_OPTION_POSIXLINE
           
static int RE_OPTION_SINGLELINE
           
static int RE_UNICODE
           
 

Field Detail

RE_OPTION_IGNORECASE

public static final int RE_OPTION_IGNORECASE
See Also:
Constant Field Values

RE_OPTION_EXTENDED

public static final int RE_OPTION_EXTENDED
See Also:
Constant Field Values

RE_OPTION_MULTILINE

public static final int RE_OPTION_MULTILINE
See Also:
Constant Field Values

RE_OPTION_SINGLELINE

public static final int RE_OPTION_SINGLELINE
See Also:
Constant Field Values

RE_OPTION_POSIXLINE

public static final int RE_OPTION_POSIXLINE
See Also:
Constant Field Values

RE_OPTION_LONGEST

public static final int RE_OPTION_LONGEST
See Also:
Constant Field Values

RE_MAY_IGNORECASE

public static final int RE_MAY_IGNORECASE
See Also:
Constant Field Values

RE_UNICODE

public static final int RE_UNICODE
See Also:
Constant Field Values

RE_OPTION_ONCE

public static final int RE_OPTION_ONCE
See Also:
Constant Field Values


Copyright © 2002-2007 JRuby Team. All Rights Reserved.