org.eclipse.xtext.xbase.jvmmodel

Class IJvmModelInferrer.NullImpl

Specified by:
infer in interface IJvmModelInferrer
Parameters:
e - the root element from the parse result
acceptor - an acceptor awaiting derived root JvmDeclaredTypes
preIndexingPhase - whether the call is done in before indexing. During this phase clients may not rely on any global indexing information and only need to to provide the information needed by the language's IDefaultResourceDescriptionStrategy. IF not implemented differently this is just the JvmDeclaredTypes with their qualified name, but no members and no other data.