coins.driver
クラス CompileThread.Assembler
java.lang.Object
|
+--coins.driver.CompileThread.PassGroup
|
+--coins.driver.CompileThread.Assembler
- 含まれているクラス:
- CompileThread
- class CompileThread.Assembler
- extends CompileThread.PassGroup
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fName
java.lang.String fName
fSourceFile
java.io.File fSourceFile
fSuffix
Suffix fSuffix
fOutputFile
java.io.File fOutputFile
CompileThread.Assembler
CompileThread.Assembler(java.io.File pSourceFile)
isRequired
boolean isRequired()
- 定義:
- クラス
CompileThread.PassGroup
内の isRequired
outputSuffix
Suffix outputSuffix()
- 定義:
- クラス
CompileThread.PassGroup
内の outputSuffix
isSkipped
boolean isSkipped()
- 定義:
- クラス
CompileThread.PassGroup
内の isSkipped
go
void go(CompileThread pThread,
java.io.InputStream pIn,
java.io.OutputStream pOut,
IoRoot io)
throws java.io.IOException,
PassException
- 定義:
- クラス
CompileThread.PassGroup
内の go
java.io.IOException
PassException
go
void go(CompileThread pThread,
java.io.InputStream pIn,
java.io.File pOut,
IoRoot io)
throws java.io.IOException,
PassException
- オーバーライド:
- クラス
CompileThread.PassGroup
内の go
java.io.IOException
PassException
isStopHere
boolean isStopHere()
- 定義:
- クラス
CompileThread.PassGroup
内の isStopHere
outputFile
java.io.File outputFile()
throws PassException
- オーバーライド:
- クラス
CompileThread.PassGroup
内の outputFile
PassException
getName
java.lang.String getName()
changeSuffix
java.io.File changeSuffix(Suffix pNewSuffix)
setOutputFile
void setOutputFile(java.io.File pFile)