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