Package org.eclipse.xtend.lib.macro
Interface CodeGenerationContext
-
- All Superinterfaces:
FileLocations,FileSystemSupport,GlobalTypeLookup,MutableFileSystemSupport,Tracability
@Beta public interface CodeGenerationContext extends MutableFileSystemSupport, FileLocations, GlobalTypeLookup, Tracability
Provides services for the code generation phase.- See Also:
CodeGenerationParticipant- Noimplement:
- This interface is not intended to be implemented by clients.
-
-
Method Summary
-
Methods inherited from interface org.eclipse.xtend.lib.macro.file.FileLocations
getProjectFolder, getProjectSourceFolders, getSourceFolder, getTargetFolder
-
Methods inherited from interface org.eclipse.xtend.lib.macro.file.FileSystemSupport
exists, getCharset, getChildren, getContents, getContentsAsStream, getLastModification, isFile, isFolder, toURI
-
Methods inherited from interface org.eclipse.xtend.lib.macro.services.GlobalTypeLookup
findTypeGlobally, findTypeGlobally
-
Methods inherited from interface org.eclipse.xtend.lib.macro.file.MutableFileSystemSupport
delete, mkdir, setContents, setContentsAsStream
-
Methods inherited from interface org.eclipse.xtend.lib.macro.services.Tracability
getPrimaryGeneratedJavaElement, getPrimarySourceElement, isExternal, isGenerated, isSource, isThePrimaryGeneratedJavaElement
-
-