org.eclipse.xtext.purexbase.jvmmodel

Class PureXbaseJvmModelInferrer

Specified by:
infer in interface IJvmModelInferrer
Overrides:
infer in class AbstractModelInferrer
Parameters:
m - the root element from the parse result
acceptor - an acceptor awaiting derived root JvmDeclaredTypes
prelinkingPhase - 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.