Package org.owasp.orizon.twilight.parser

Interface Summary
Node  
TwilightConstants Token literal values and constants.
 

Class Summary
BaseNode  
Command  
CRAWL  
CrawlCommand  
FILENAME  
JavaCharStream A CharStream that handles unicode escape sequences as in java source files
Nodes A set of static utility routines, mostly for working with Node objects.
Nodes.Visitor An abstract base class for classes that implement the visitor pattern.
QUIT  
QuitCommand  
STRING_LITERAL  
Token Describes the input token stream.
TwilightLexer Token Manager
TwilightParser  
VERSION  
 

Exception Summary
LexicalException  
ParseException This exception is thrown when parse errors are encountered.