org.eclipse.xtext.xbase.jvmmodel
Interface IJvmDeclaredTypeAcceptor.IPostIndexingInitializing<T extends JvmDeclaredType>

All Known Implementing Classes:
JvmModelAssociator.JvmDeclaredTypeAcceptor
Enclosing interface:
IJvmDeclaredTypeAcceptor

public static interface IJvmDeclaredTypeAcceptor.IPostIndexingInitializing<T extends JvmDeclaredType>


Method Summary
 void initializeLater(Procedures.Procedure1<? super T> lateInitialization)
          The passed procedure will be executed only if in post-indexing phase, and it is executed after all JvmDeclaredType are created and attached to the Resource.
 

Method Detail

initializeLater

void initializeLater(Procedures.Procedure1<? super T> lateInitialization)
The passed procedure will be executed only if in post-indexing phase, and it is executed after all JvmDeclaredType are created and attached to the Resource.