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
RE_LITERAL
static final int RE_LITERAL
- See Also:
- Constant Field Values
RE_DEFAULT
static final int RE_DEFAULT
- See Also:
- Constant Field Values
RE_FIXED
static final int RE_FIXED
- See Also:
- Constant Field Values
Copyright © 2002-2009 JRuby Team. All Rights Reserved.