public class EOLInclusiveCfgInstance extends CfgInstance
EOL
Constructor and Description |
---|
EOLInclusiveCfgInstance(File inFile)
Creates a new instance of CfgFile
|
EOLInclusiveCfgInstance(InputStream inStream)
Creates a new instance of CfgFile
|
EOLInclusiveCfgInstance(String fileName)
Creates a new instance of CfgFile
|
public EOLInclusiveCfgInstance(String fileName) throws FileNotFoundException
fileName
- path to file containing the CFG documentFileNotFoundException
public EOLInclusiveCfgInstance(File inFile) throws FileNotFoundException
inFile
- file containing the CFG documentFileNotFoundException
public EOLInclusiveCfgInstance(InputStream inStream)
inStream
- input stream from which context free grammar instance is to be read