org.jruby.parser
Interface ReOptions
- All Known Implementing Classes:
- RubyRegexp
public interface ReOptions
RE_OPTION_IGNORECASE
static final int RE_OPTION_IGNORECASE
- See Also:
- Constant Field Values
RE_OPTION_EXTENDED
static final int RE_OPTION_EXTENDED
- See Also:
- Constant Field Values
RE_OPTION_MULTILINE
static final int RE_OPTION_MULTILINE
- See Also:
- Constant Field Values
RE_OPTION_SINGLELINE
static final int RE_OPTION_SINGLELINE
- See Also:
- Constant Field Values
RE_OPTION_POSIXLINE
static final int RE_OPTION_POSIXLINE
- See Also:
- Constant Field Values
RE_OPTION_LONGEST
static final int RE_OPTION_LONGEST
- See Also:
- Constant Field Values
RE_MAY_IGNORECASE
static final int RE_MAY_IGNORECASE
- See Also:
- Constant Field Values
RE_UNICODE
static final int RE_UNICODE
- See Also:
- Constant Field Values
RE_OPTION_ONCE
static final int RE_OPTION_ONCE
- See Also:
- Constant Field Values
Copyright © 2002-2007 JRuby Team. All Rights Reserved.