Modifier and type | Property and description |
---|---|
org.eclipse.xtext.util.CancelIndicator | cancelIndicator |
org.eclipse.xtext.generator.IGeneratorContext | delegate |
org.eclipse.xtext.xbase.typesystem.references.LightweightTypeReference | expectedExpressionType |
org.eclipse.xtext.generator.IFileSystemAccess2 | fileSystemAccess |
java.util.Date | generationDate |
java.util.UUID | generationID |
java.lang.String | preferenceID |
org.eclipse.emf.ecore.resource.Resource | resource |
IRootGenerator | rootGenerator |
Constructor and description |
---|
new(IGeneratorContext,IFileSystemAccess2,IRootGenerator,Resource,String) Create the context for the given delegate. |
Modifier and type | Action and description |
---|---|
void | clearData |
IActionPrototypeContext | getActionPrototypeContext(IActionPrototypeProvider) |
org.eclipse.xtext.util.CancelIndicator | getCancelIndicator |
T | getData(String,Class<T>) |
T | getData(String,Class<T>,T) |
org.eclipse.xtext.generator.IGeneratorContext | getDelegate |
org.eclipse.xtext.xbase.typesystem.references.LightweightTypeReference | getExpectedExpressionType |
org.eclipse.xtext.generator.IFileSystemAccess2 | getFileSystemAccess |
java.util.Date | getGenerationDate |
java.util.UUID | getGenerationID |
java.util.List<E> | getListData(String) |
java.util.Map<K,V> | getMapData(String) |
java.util.Map<K,V> | getMultimapData(String) |
java.util.List<E> | getMultimapValues(String,K) |
java.lang.String | getPreferenceID |
org.eclipse.emf.ecore.resource.Resource | getResource |
IRootGenerator | getRootGenerator |
java.util.Set<E> | getSetData(String) |
void | setData(String,Object) |
org.eclipse.xtext.xbase.typesystem.references.LightweightTypeReference | setExpectedExpressionType(LightweightTypeReference) |
val cancelIndicator : org.eclipse.xtext.util.CancelIndicator
This property is an alias for the action: getCancelIndicator
val delegate : org.eclipse.xtext.generator.IGeneratorContext
This property is an alias for the action: getDelegate
val expectedExpressionType : org.eclipse.xtext.xbase.typesystem.references.LightweightTypeReference
This property is an alias for the action: getExpectedExpressionType
val fileSystemAccess : org.eclipse.xtext.generator.IFileSystemAccess2
This property is an alias for the action: getFileSystemAccess
val generationDate : java.util.Date
This property is an alias for the action: getGenerationDate
val generationID : java.util.UUID
This property is an alias for the action: getGenerationID
val preferenceID : java.lang.String
This property is an alias for the action: getPreferenceID
val resource : org.eclipse.emf.ecore.resource.Resource
This property is an alias for the action: getResource
val rootGenerator : IRootGenerator
This property is an alias for the action: getRootGenerator
new(IGeneratorContext,IFileSystemAccess2,IRootGenerator,Resource,String)
def clearData
def getActionPrototypeContext(IActionPrototypeProvider) : IActionPrototypeContext
def getCancelIndicator : org.eclipse.xtext.util.CancelIndicator
def getData(String,Class<T>) : Twith T
def getData(String,Class<T>,T) : Twith T
def getDelegate : org.eclipse.xtext.generator.IGeneratorContext
def getExpectedExpressionType : org.eclipse.xtext.xbase.typesystem.references.LightweightTypeReference
def getFileSystemAccess : org.eclipse.xtext.generator.IFileSystemAccess2
def getGenerationDate : java.util.Date
def getGenerationID : java.util.UUID
def getListData(String) : java.util.List<E>with T
def getMapData(String) : java.util.Map<K,V>with K, V
def getMultimapData(String) : java.util.Map<K,V>with K, V
def getMultimapValues(String,K) : java.util.List<E>with K, V
def getPreferenceID : java.lang.String
def getResource : org.eclipse.emf.ecore.resource.Resource
def getRootGenerator : IRootGenerator
def getSetData(String) : java.util.Set<E>with T
def setData(String,Object)
def setExpectedExpressionType(LightweightTypeReference) : org.eclipse.xtext.xbase.typesystem.references.LightweightTypeReference