coins.driver
クラス CompileThread.Preprocessor
java.lang.Object
|
+--coins.driver.CompileThread.PassGroup
|
+--coins.driver.CompileThread.Preprocessor
- 含まれているクラス:
- CompileThread
- class CompileThread.Preprocessor
- 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.Preprocessor
CompileThread.Preprocessor(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
isStopHere
boolean isStopHere()
- 定義:
- クラス
CompileThread.PassGroup
内の isStopHere
getName
java.lang.String getName()
go
void go(CompileThread pThread,
java.io.InputStream pIn,
java.io.File pOut,
IoRoot io)
throws java.io.IOException,
PassException
java.io.IOException
PassException
changeSuffix
java.io.File changeSuffix(Suffix pNewSuffix)
outputFile
java.io.File outputFile()
throws PassException
PassException
setOutputFile
void setOutputFile(java.io.File pFile)