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

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-2009 JRuby Team. All Rights Reserved.