public class Jython
extends Object
Constructor and Description |
---|
Jython() |
Modifier and Type | Method and Description |
---|---|
static String[] |
addImportsForCommandLineOption(String[] args)
When invoking the '-c' option for the Jython interpreter, this method will
analyze the command for RapidWright classes that need to be imported and
automatically add the import statements.
|
static void |
main(String[] args) |
public static String[] addImportsForCommandLineOption(String[] args)
args
- Command line options.public static void main(String[] args)