|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--coins.driver.Driver | +--coins.ffront.F77TestDriver
A FORTRAN compiler driver.
フィールドの概要 | |
protected static java.lang.String |
LIBF2C_LOCATION
|
コンストラクタの概要 | |
F77TestDriver()
|
メソッドの概要 | |
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. |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
protected static final java.lang.String LIBF2C_LOCATION
コンストラクタの詳細 |
public F77TestDriver()
メソッドの詳細 |
public static void main(java.lang.String[] args)
args
- a command line.protected void setDefaultLinkerOptions(CompileSpecification spec, java.util.List options)
Driver
内の setDefaultLinkerOptions
spec
- 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
Driver
内の makeHirFromSource
sourceFile
- 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
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |