mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 08:48:55 +00:00
Merge pull request #1023 from LorenzoBettini/lb/generated-inferrer-comments
updated comment in the generated JvmModelInferrer for the new generator infrastructure
This commit is contained in:
commit
effbb402a1
1 changed files with 1 additions and 3 deletions
|
@ -215,9 +215,7 @@ class XbaseGeneratorFragment2 extends AbstractXtextGeneratorFragment {
|
|||
* {@link IJvmDeclaredTypeAcceptor#accept(org.eclipse.xtext.common.types.JvmDeclaredType)
|
||||
* accept(..)} method takes the constructed empty type for the
|
||||
* pre-indexing phase. This one is further initialized in the
|
||||
* indexing phase using the closure you pass to the returned
|
||||
* {@link org.eclipse.xtext.xbase.jvmmodel.IJvmDeclaredTypeAcceptor.IPostIndexingInitializing#initializeLater(org.eclipse.xtext.xbase.lib.Procedures.Procedure1)
|
||||
* initializeLater(..)}.
|
||||
* indexing phase using the lambda you pass as the last argument.
|
||||
* @param isPreIndexingPhase
|
||||
* whether the method is called in a pre-indexing phase, i.e.
|
||||
* when the global index is not yet fully updated. You must not
|
||||
|
|
Loading…
Reference in a new issue