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