Modifier and type | Property and description |
---|---|
org.eclipse.xtext.xbase.compiler.ImportManager | importManager |
Modifier and type | Action and description |
---|---|
void | appendConstant(String)
Append a constant. |
void | appendStringConstant(String)
Append a string constant. |
void | appendTypeConstant(JvmType)
Append a type constant. |
org.eclipse.xtext.xbase.compiler.ImportManager | getImportManager |
boolean | isConstant
Replies if the expression is constant. |
boolean | isStatement
Replies if the expression is statement. |
void | setConstant(boolean)
Change the constant flag. |
void | setStatement(boolean)
Change the statement flag. |
val importManager : org.eclipse.xtext.xbase.compiler.ImportManager
This property is an alias for the action: getImportManager
new(ImportManager)
def appendConstant(String)
def appendStringConstant(String)
def appendTypeConstant(JvmType)
def getImportManager : org.eclipse.xtext.xbase.compiler.ImportManager
def isConstant : boolean
def isStatement : boolean
def setConstant(boolean)
def setStatement(boolean)