Modifier and type | Property and description |
---|---|
org.eclipse.xtext.xbase.compiler.ImportManager | importManager
Replies the import manager. |
java.util.List<E> | imports
|
java.lang.String | lineSeparator
Replies the line separator. |
Constructor and description |
---|
new
Constructor. |
new(ImportManager)
Constructor. |
new(String,String)
Constructor. |
new(String,String,ImportManager)
Constructor. |
Modifier and type | Action and description |
---|---|
protected void | appendType(Class<T>,StringBuilder) |
protected void | appendType(JvmType,StringBuilder) |
org.eclipse.xtext.xbase.compiler.ImportManager | getImportManager
Replies the import manager. |
java.util.List<E> | getImports
|
java.lang.String | getLineSeparator
Replies the line separator. |
java.lang.String | toString |
val importManager : org.eclipse.xtext.xbase.compiler.ImportManager
This property is an alias for the action: getImportManager
val imports : java.util.List<E>
This property is an alias for the action: getImports
val lineSeparator : java.lang.String
This property is an alias for the action: getLineSeparator
new
new(ImportManager)
new(String,String)
new(String,String,ImportManager)
protected def appendType(Class<T>,StringBuilder)
protected def appendType(JvmType,StringBuilder)
def getImportManager : org.eclipse.xtext.xbase.compiler.ImportManager
def getImports : java.util.List<E>
def getLineSeparator : java.lang.String
def toString : java.lang.String