| Modifier and type | Property and description |
|---|---|
| java.lang.Class<T> | type
Replies the type of compiler that is created by this factory. |
| Modifier and type | Action and description |
|---|---|
| abstract IJavaBatchCompiler | createBatchCompiler
Create an instance of the batch compiler. |
| abstract java.lang.Class<T> | getType
Replies the type of compiler that is created by this factory. |
val type : java.lang.Class<T>
This property is an alias for the action: getType
def createBatchCompiler : IJavaBatchCompiler
def getType : java.lang.Class<T>