|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcoins.driver.Driver
coins.driver.F77Driver
A FORTRAN compiler driver.
| Field Summary | |
protected static java.lang.String |
LIBF2C_LOCATION
|
| Constructor Summary | |
F77Driver()
|
|
| Method Summary | |
static void |
main(java.lang.String[] args)
A main function to invoke a FORTRAN driver instance. |
protected HIR |
makeHirFromFortranSource(java.io.File sourceFile,
HirRoot hirRoot,
java.io.InputStream in,
IoRoot io)
HIR tree creation from source code. |
protected void |
makeHirFromSource(java.io.File sourceFile,
HirRoot hirRoot,
Suffix suffix,
java.io.InputStream in,
IoRoot io)
HIR tree creation from source code. |
protected void |
setDefaultLinkerOptions(CompileSpecification spec,
java.util.List options)
Sets default linker options. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected static final java.lang.String LIBF2C_LOCATION
| Constructor Detail |
public F77Driver()
| Method Detail |
public static void main(java.lang.String[] args)
args - a command line.
protected void setDefaultLinkerOptions(CompileSpecification spec,
java.util.List options)
setDefaultLinkerOptions in class Driverspec - a CompileSpecification object.options - a list of linker options where the options to be set.
protected HIR makeHirFromFortranSource(java.io.File sourceFile,
HirRoot hirRoot,
java.io.InputStream in,
IoRoot io)
throws java.io.IOException,
PassException
sourceFile - the source file.hirRoot - an HirRoot object.in - an input stream from which the C source program can be read.io - an IoRoot object.
java.io.IOException - any IO error.
PassException - unrecoverable error(s) found in processing.
protected void makeHirFromSource(java.io.File sourceFile,
HirRoot hirRoot,
Suffix suffix,
java.io.InputStream in,
IoRoot io)
throws java.io.IOException,
PassException
makeHirFromSource in class DriversourceFile - the source file.hirRoot - an HirRoot objectsuffix - suffix rule of the source file.in - an input stream from which the C source program can be readio - an IoRoot object
java.io.IOException - any IO error
PassException - unrecoverable error(s) found in processing
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||