org.eclipse.xtext.util.concurrent
Interface IReadAccess<P>

All Known Subinterfaces:
IOutlineNode, IXtextDocument
All Known Implementing Classes:
AbstractOutlineNode, AbstractReadWriteAcces, DocumentRootNode, EObjectNode, EStructuralFeatureNode, RuleNode, XtextDocument, XtextDocument.XtextDocumentLocker

public interface IReadAccess<P>

Author:
Sven Efftinge - Initial contribution and API, Jan Koehnlein - Separated read and write access

Method Summary
<T> T
readOnly(IUnitOfWork<T,P> work)
           
 

Method Detail

readOnly

<T> T readOnly(IUnitOfWork<T,P> work)