Uses of Package
org.egothor.parser.plain

Packages that use org.egothor.parser.plain
org.egothor.html This package contains a specific implementation of core objects for HTML with "home" and "content" support. 
org.egothor.parser.plain This package defines JavaCC parser for a plain text. 
org.egothor.text This package contains support of some textual routines/processes. 
 

Classes in org.egothor.parser.plain used by org.egothor.html
CharStream
          This interface describes a character stream that maintains line and column number positions of the characters.
 

Classes in org.egothor.parser.plain used by org.egothor.parser.plain
CharStream
          This interface describes a character stream that maintains line and column number positions of the characters.
ParseException
          This exception is thrown when parse errors are encountered.
Simple
           
SimpleConstants
           
SimpleTokenManager
           
Token
          Describes the input token stream.
 

Classes in org.egothor.parser.plain used by org.egothor.text
CharStream
          This interface describes a character stream that maintains line and column number positions of the characters.