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