protected static class MatchMap.EvaluatorToken
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
protected int | 
groupNumber  | 
protected int | 
groupStyle  | 
static int | 
GROUPSTYLE_LOWER  | 
static int | 
GROUPSTYLE_MIXED  | 
static int | 
GROUPSTYLE_NONE  | 
static int | 
GROUPSTYLE_UPPER  | 
protected java.lang.String | 
textValue  | 
protected int | 
type  | 
static int | 
TYPE_COMMA  | 
static int | 
TYPE_GROUP  | 
static int | 
TYPE_TEXT  | 
| Constructor and Description | 
|---|
EvaluatorToken()  | 
EvaluatorToken(int groupNumber,
              int groupStyle)  | 
EvaluatorToken(java.lang.String text)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getGroupNumber()  | 
int | 
getGroupStyle()  | 
java.lang.String | 
getTextValue()  | 
int | 
getType()  | 
public static final int TYPE_GROUP
public static final int TYPE_TEXT
public static final int TYPE_COMMA
public static final int GROUPSTYLE_NONE
public static final int GROUPSTYLE_LOWER
public static final int GROUPSTYLE_UPPER
public static final int GROUPSTYLE_MIXED
protected int type
protected int groupNumber
protected int groupStyle
protected java.lang.String textValue