org.joni.constants
Interface AnchorType

All Known Implementing Classes:
AnchorNode

public interface AnchorType


Field Summary
static int ALLOWED_IN_LB
           
static int ALLOWED_IN_LB_NOT
           
static int ANYCHAR_STAR
           
static int ANYCHAR_STAR_MASK
           
static int ANYCHAR_STAR_ML
           
static int BEGIN_BUF
           
static int BEGIN_LINE
           
static int BEGIN_POSITION
           
static int END_BUF
           
static int END_BUF_MASK
           
static int END_LINE
           
static int LOOK_BEHIND
           
static int LOOK_BEHIND_NOT
           
static int NOT_WORD_BOUND
           
static int PREC_READ
           
static int PREC_READ_NOT
           
static int SEMI_END_BUF
           
static int WORD_BEGIN
           
static int WORD_BOUND
           
static int WORD_END
           
 

Field Detail

BEGIN_BUF

static final int BEGIN_BUF
See Also:
Constant Field Values

BEGIN_LINE

static final int BEGIN_LINE
See Also:
Constant Field Values

BEGIN_POSITION

static final int BEGIN_POSITION
See Also:
Constant Field Values

END_BUF

static final int END_BUF
See Also:
Constant Field Values

SEMI_END_BUF

static final int SEMI_END_BUF
See Also:
Constant Field Values

END_LINE

static final int END_LINE
See Also:
Constant Field Values

WORD_BOUND

static final int WORD_BOUND
See Also:
Constant Field Values

NOT_WORD_BOUND

static final int NOT_WORD_BOUND
See Also:
Constant Field Values

WORD_BEGIN

static final int WORD_BEGIN
See Also:
Constant Field Values

WORD_END

static final int WORD_END
See Also:
Constant Field Values

PREC_READ

static final int PREC_READ
See Also:
Constant Field Values

PREC_READ_NOT

static final int PREC_READ_NOT
See Also:
Constant Field Values

LOOK_BEHIND

static final int LOOK_BEHIND
See Also:
Constant Field Values

LOOK_BEHIND_NOT

static final int LOOK_BEHIND_NOT
See Also:
Constant Field Values

ANYCHAR_STAR

static final int ANYCHAR_STAR
See Also:
Constant Field Values

ANYCHAR_STAR_ML

static final int ANYCHAR_STAR_ML
See Also:
Constant Field Values

ANYCHAR_STAR_MASK

static final int ANYCHAR_STAR_MASK
See Also:
Constant Field Values

END_BUF_MASK

static final int END_BUF_MASK
See Also:
Constant Field Values

ALLOWED_IN_LB

static final int ALLOWED_IN_LB
See Also:
Constant Field Values

ALLOWED_IN_LB_NOT

static final int ALLOWED_IN_LB_NOT
See Also:
Constant Field Values


Copyright © 2010. All Rights Reserved.