org.jruby.parser
Interface ReOptions
- All Known Implementing Classes:
- RubyRegexp
- public interface ReOptions
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.