org.joni.constants
Interface NodeType

All Known Implementing Classes:
AnchorNode, AnyCharNode, BackRefNode, CallNode, CClassNode, ConsAltNode, CTypeNode, EncloseNode, Node, QuantifierNode, StateNode, StringNode

public interface NodeType


Field Summary
static int ALLOWED_IN_LB
           
static int ALT
           
static int ANCHOR
           
static int BIT_ALT
           
static int BIT_ANCHOR
           
static int BIT_BREF
           
static int BIT_CALL
           
static int BIT_CANY
           
static int BIT_CCLASS
           
static int BIT_CTYPE
           
static int BIT_ENCLOSE
           
static int BIT_LIST
           
static int BIT_QTFR
           
static int BIT_STR
           
static int BREF
           
static int CALL
           
static int CANY
           
static int CCLASS
           
static int CTYPE
           
static int ENCLOSE
           
static int LIST
           
static int QTFR
           
static int SIMPLE
           
static int STR
           
 

Field Detail

STR

static final int STR
See Also:
Constant Field Values

CCLASS

static final int CCLASS
See Also:
Constant Field Values

CTYPE

static final int CTYPE
See Also:
Constant Field Values

CANY

static final int CANY
See Also:
Constant Field Values

BREF

static final int BREF
See Also:
Constant Field Values

QTFR

static final int QTFR
See Also:
Constant Field Values

ENCLOSE

static final int ENCLOSE
See Also:
Constant Field Values

ANCHOR

static final int ANCHOR
See Also:
Constant Field Values

LIST

static final int LIST
See Also:
Constant Field Values

ALT

static final int ALT
See Also:
Constant Field Values

CALL

static final int CALL
See Also:
Constant Field Values

BIT_STR

static final int BIT_STR
See Also:
Constant Field Values

BIT_CCLASS

static final int BIT_CCLASS
See Also:
Constant Field Values

BIT_CTYPE

static final int BIT_CTYPE
See Also:
Constant Field Values

BIT_CANY

static final int BIT_CANY
See Also:
Constant Field Values

BIT_BREF

static final int BIT_BREF
See Also:
Constant Field Values

BIT_QTFR

static final int BIT_QTFR
See Also:
Constant Field Values

BIT_ENCLOSE

static final int BIT_ENCLOSE
See Also:
Constant Field Values

BIT_ANCHOR

static final int BIT_ANCHOR
See Also:
Constant Field Values

BIT_LIST

static final int BIT_LIST
See Also:
Constant Field Values

BIT_ALT

static final int BIT_ALT
See Also:
Constant Field Values

BIT_CALL

static final int BIT_CALL
See Also:
Constant Field Values

ALLOWED_IN_LB

static final int ALLOWED_IN_LB
See Also:
Constant Field Values

SIMPLE

static final int SIMPLE
See Also:
Constant Field Values


Copyright © {inceptionYear}-2008 null. All Rights Reserved.