ESC/Java2
© 2003,2004,2005 David Cok and Joseph Kiniry
© 2005 UCD Dublin
© 2003,2004 Radboud University Nijmegen
© 1999,2000 Compaq Computer Corporation
© 1997,1998,1999 Digital Equipment Corporation
All Rights Reserved

Package javafe.parser

Interface Summary
PragmaParser PragmaParser objects are called by Lex objects to parse pragmas out of pragma-containing comments.
 

Class Summary
Lex A Lex object generates a sequence of Java "input elements" (that is, tokens) by converting the sequence of input characters and line terminators generated by an underlying CorrelatedReader.
Parse Parses java source.
ParseExpr Parses java expressions.
ParseStmt Parse objects parse Java statements, creating AST structures for the parsed input using the static make*() methods of the classes in the javafe.ast package.
ParseType Parses Java types.
ParseUtil Base class for Java parser; provides some basic parsing utilities.
PunctuationPrefixTree  
TagConstants TagConstants is a class defining the constants used to identify different kinds of tokens.
Token The Token class defines a set of fields that describe lexical tokens.
TokenQueue  
 

Exception Summary
FileFormatException  
 


ESC/Java2
© 2003,2004,2005 David Cok and Joseph Kiniry
© 2005 UCD Dublin
© 2003,2004 Radboud University Nijmegen
© 1999,2000 Compaq Computer Corporation
© 1997,1998,1999 Digital Equipment Corporation
All Rights Reserved

The ESC/Java2 Project Homepage