|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbyucc.edif.javacc.EdifMergeParser.SubFiles
Used for parsing the files out of an argument list. The first is stored as the topFilename, and all subsequent filenames are stored as a Collection of String objects in subFiles.
| Field Summary | |
private java.util.Collection |
subFiles
A Collection of Strings representing the subFiles. |
private java.lang.String |
topFilename
A String representing the topFilename. |
| Constructor Summary | |
EdifMergeParser.SubFiles(java.util.Collection subFiles,
java.lang.String topFilename)
Constructs a SubFiles Object with the specified subFiles and topFilename |
|
| Method Summary | |
java.util.Collection |
getSubFiles()
Returns the subFiles. |
java.lang.String |
getTopFilename()
Returns the topFilename. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private java.util.Collection subFiles
private java.lang.String topFilename
| Constructor Detail |
public EdifMergeParser.SubFiles(java.util.Collection subFiles,
java.lang.String topFilename)
| Method Detail |
public java.util.Collection getSubFiles()
public java.lang.String getTopFilename()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||