org.eclipse.xtext.util
Interface IAcceptor<T>

All Known Implementing Classes:
ReferenceSearchResult, ReferenceUpdaterDispatcher.ReferenceDescriptionAcceptor, ResourceValidatorImpl.ListBasedMarkerAcceptor

public interface IAcceptor<T>

Author:
Sven Efftinge - Initial contribution and API

Method Summary
 void accept(T t)
           
 

Method Detail

accept

void accept(T t)