public class EDIFParser extends AbstractEDIFParserWorker implements AutoCloseable
ARRAY, CELL, CELLREF, CELLTYPE, COMMENT, CONTENTS, DESIGN, DIRECTION, EDIF, EDIFLEVEL, EDIFVERSION, EXTERNAL, INSTANCE, INSTANCEREF, INTERFACE, JOINED, KEYWORDLEVEL, KEYWORDMAP, LEFT_PAREN, LIBRARY, LIBRARYREF, MEMBER, METAX, NET, NUMBERDEFINITION, OWNER, PORT, PORTREF, PROGRAM, PROPERTY, RENAME, RIGHT_PAREN, STATUS, TECHNOLOGY, TIMESTAMP, VERSION, VIEW, VIEWREF, VIEWTYPE, WRITTEN
Constructor and Description |
---|
EDIFParser(InputStream in) |
EDIFParser(Path fileName) |
EDIFParser(String fileName) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
static void |
main(String[] args) |
EDIFNetlist |
parseEDIFNetlist() |
public EDIFParser(Path fileName) throws FileNotFoundException
FileNotFoundException
public EDIFParser(String fileName) throws FileNotFoundException
FileNotFoundException
public EDIFParser(InputStream in)
public EDIFNetlist parseEDIFNetlist()
public static void main(String[] args) throws FileNotFoundException
FileNotFoundException
public void close() throws IOException
close
in interface AutoCloseable
IOException