Package org.eclipse.xtext.xbase.jvmmodel
Interface IJvmDeclaredTypeAcceptor.IPostIndexingInitializing<T extends org.eclipse.xtext.common.types.JvmDeclaredType>
-
- Enclosing interface:
- IJvmDeclaredTypeAcceptor
@Deprecated public static interface IJvmDeclaredTypeAcceptor.IPostIndexingInitializing<T extends org.eclipse.xtext.common.types.JvmDeclaredType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidinitializeLater(org.eclipse.xtext.xbase.lib.Procedures.Procedure1<? super T> lateInitialization)
-
-
-
Method Detail
-
initializeLater
@Deprecated void initializeLater(org.eclipse.xtext.xbase.lib.Procedures.Procedure1<? super T> lateInitialization)
Deprecated.The passed procedure will be executed only if in post-indexing phase, and it is executed after allJvmDeclaredTypeare created and attached to theResource.
-
-