net.sf.dict4j
Class DictPatterns

java.lang.Object
  extended by 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
           
 
Constructor Summary
DictPatterns()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WORD

public static final java.lang.String WORD
See Also:
Constant Field Values

BANNER

public static final java.lang.String BANNER
Constructor Detail

DictPatterns

public DictPatterns()