public class Quantifier
extends java.lang.Object
implements java.io.Serializable
Quantifier class is intended for storing the information of the quantifier for a
 pattern variable.| Modifier and Type | Field and Description | 
|---|---|
static Quantifier | 
ASTERISK  | 
static Quantifier | 
ASTERISK_RELUCTANT  | 
static Quantifier | 
NONE  | 
static Quantifier | 
PLUS  | 
static Quantifier | 
PLUS_RELUCTANT  | 
static Quantifier | 
QMARK  | 
static Quantifier | 
QMARK_RELUCTANT  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
toString()  | 
public static final Quantifier NONE
public static final Quantifier PLUS
public static final Quantifier QMARK
public static final Quantifier ASTERISK
public static final Quantifier PLUS_RELUCTANT
public static final Quantifier ASTERISK_RELUCTANT
public static final Quantifier QMARK_RELUCTANT