org.jscience.mathematics.analysis.expressions
Class ExpressionParser.Compiler
java.lang.Object
org.jscience.mathematics.analysis.expressions.ExpressionParser.Compiler
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- ExpressionParser
public static class ExpressionParser.Compiler
- extends java.lang.Object
- implements java.io.Serializable
The static class Compiler is intended for command line compilation of
source files defining dynamical systems. The static main(String[]) method takes as argument the names of files containing
a system definition, and will generate Java source code files, as well
as class files with bytecode, provided that no syntax errors are
detected, and that the Java compiler can be located automatically.
- See Also:
main(String[]),
Serialized Form
|
Method Summary |
static void |
main(java.lang.String[] args)
The main method allows for command line compilation of dynamical
systems files. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExpressionParser.Compiler
public ExpressionParser.Compiler()
main
public static void main(java.lang.String[] args)
- The main method allows for command line compilation of dynamical
systems files. Any number of names of files can be given on the
command line; both Java and class files will be generated.
- Parameters:
args - DOCUMENT ME!