net.sf.dict4j
Class DictPatterns
java.lang.Object
net.sf.dict4j.DictPatterns
public class DictPatterns
- extends java.lang.Object
CHAR =
CTL =
CR =
LF =
SPACE =
HTAB =
<"> =
<'> =
CRLF = CR LF
WS = 1*(SPACE / HTAB)
dqstring = <"> *(dqtext/quoted-pair) <">
dqtext = , "\", and CTLs>
sqstring = <'> *(dqtext/quoted-pair) <'>
sqtext = , "\", and CTLs>
quoted-pair = "\" CHAR
atom = 1*, <">, and "\">
string = *
word = *
description = *
text = *
Field Summary |
static java.lang.String |
BANNER
|
static java.lang.String |
WORD
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WORD
public static final java.lang.String WORD
- See Also:
- Constant Field Values
BANNER
public static final java.lang.String BANNER
DictPatterns
public DictPatterns()