Package byucc.edif.javacc

Parses an EDIF file and creates the EDIF data structure

See:
          Description

Interface Summary
EdifParserCoreConstants  
 

Class Summary
EdifMergeParser Provides all the funtionality needed to generate a parser and manipulate the parser, with extended merge and directory search capabilities.
EdifMergeParser.SubFiles Used for parsing the files out of an argument list.
EdifParser Provides a stand alone EDIF parser that interacts with the byucc.edif package.
EdifParserCore Options that we should provide to parser: - generate interfaces only (don't look at contents of EdifCell objects) - Used for BuildWrapper and other interface tools - ignore rename objects (significantly reduce memory requirements)
EdifParserCore.JJCalls  
EdifParserCoreTokenManager  
SimpleCharStream An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
Token Describes the input token stream.
 

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

Error Summary
EdifParserCore.LookaheadSuccess  
TokenMgrError  
 

Package byucc.edif.javacc Description

Parses an EDIF file and creates the EDIF data structure.

Related Links

Package To Dos