org.joni.constants
Interface CharacterType
public interface CharacterType
NEWLINE
static final int NEWLINE
- See Also:
- Constant Field Values
ALPHA
static final int ALPHA
- See Also:
- Constant Field Values
BLANK
static final int BLANK
- See Also:
- Constant Field Values
CNTRL
static final int CNTRL
- See Also:
- Constant Field Values
DIGIT
static final int DIGIT
- See Also:
- Constant Field Values
GRAPH
static final int GRAPH
- See Also:
- Constant Field Values
LOWER
static final int LOWER
- See Also:
- Constant Field Values
PRINT
static final int PRINT
- See Also:
- Constant Field Values
PUNCT
static final int PUNCT
- See Also:
- Constant Field Values
SPACE
static final int SPACE
- See Also:
- Constant Field Values
UPPER
static final int UPPER
- See Also:
- Constant Field Values
XDIGIT
static final int XDIGIT
- See Also:
- Constant Field Values
WORD
static final int WORD
- See Also:
- Constant Field Values
ALNUM
static final int ALNUM
- See Also:
- Constant Field Values
ASCII
static final int ASCII
- See Also:
- Constant Field Values
MAX_STD_CTYPE
static final int MAX_STD_CTYPE
- See Also:
- Constant Field Values
BIT_NEWLINE
static final int BIT_NEWLINE
- See Also:
- Constant Field Values
BIT_ALPHA
static final int BIT_ALPHA
- See Also:
- Constant Field Values
BIT_BLANK
static final int BIT_BLANK
- See Also:
- Constant Field Values
BIT_CNTRL
static final int BIT_CNTRL
- See Also:
- Constant Field Values
BIT_DIGIT
static final int BIT_DIGIT
- See Also:
- Constant Field Values
BIT_GRAPH
static final int BIT_GRAPH
- See Also:
- Constant Field Values
BIT_LOWER
static final int BIT_LOWER
- See Also:
- Constant Field Values
BIT_PRINT
static final int BIT_PRINT
- See Also:
- Constant Field Values
BIT_PUNCT
static final int BIT_PUNCT
- See Also:
- Constant Field Values
BIT_SPACE
static final int BIT_SPACE
- See Also:
- Constant Field Values
BIT_UPPER
static final int BIT_UPPER
- See Also:
- Constant Field Values
BIT_XDIGIT
static final int BIT_XDIGIT
- See Also:
- Constant Field Values
BIT_WORD
static final int BIT_WORD
- See Also:
- Constant Field Values
BIT_ALNUM
static final int BIT_ALNUM
- See Also:
- Constant Field Values
BIT_ASCII
static final int BIT_ASCII
- See Also:
- Constant Field Values
Copyright © 2008. All Rights Reserved.