|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.expasy.jpl.commons.base.io.RegexConstants
public final class RegexConstants
A list of static regular expressions.
| Field Summary | |
|---|---|
static String |
INTEGER
integer expression |
static String |
LINE_DELIMITOR
About new lines, sources at http://en.wikipedia.org/wiki/Newline: Systems based on ASCII or a compatible character set use either LF (Line feed, '\n', 0x0A, 10 in decimal) or CR (Carriage return, '\r', 0x0D, 13 in decimal) individually, or CR followed by LF (CR+LF, 0x0D 0x0A). |
static String |
REAL
float expression |
| Constructor Summary | |
|---|---|
RegexConstants()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String INTEGER
public static final String REAL
public static final String LINE_DELIMITOR
| Constructor Detail |
|---|
public RegexConstants()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||