-
- All Known Implementing Classes:
AnchorNode,AnyCharNode,BackRefNode,CallNode,CClassNode,CTypeNode,EncloseNode,ListNode,Node,Node.TopNode,QuantifierNode,StateNode,StringNode
public interface NodeType
-
-
Field Summary
Fields Modifier and Type Field Description static intALLOWED_IN_LBstatic intALTstatic intANCHORstatic intBIT_ALTstatic intBIT_ANCHORstatic intBIT_BREFstatic intBIT_CALLstatic intBIT_CANYstatic intBIT_CCLASSstatic intBIT_CTYPEstatic intBIT_ENCLOSEstatic intBIT_LISTstatic intBIT_QTFRstatic intBIT_STRstatic intBREFstatic intCALLstatic intCANYstatic intCCLASSstatic intCTYPEstatic intENCLOSEstatic intLISTstatic intQTFRstatic intSIMPLEstatic intSTR
-
-
-
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
-
-