Package org.eclipse.xtend.backend.syslib

Interface Summary
InMemoryPostprocessor This interface represents a postprocessor that is given access to the contents of a file before it is written.
The unprocessed CharSequence may be an EfficientLazyString that is not yet serialized, waiting for streaming.
Outlet This is the most fundamental abstraction as a data sink.
SysLibNames  
UriBasedPostprocessor This interface represents a postprocessor that modifies - or performs some other action based on - a file after it was persisted, e.g.
 

Class Summary
CollectionOperations  
DeferredEvalExecutionListener  
FileIoOperations This class provides functions for writing data to files.
FileOutlet  
PrimitiveOperations  
ReflectionOperations This class provides the built-in operations for the Xtend reflection layer
StringOperations  
SyslibContributor