Class CompoundDerivedStateComputerParticipant

    • Constructor Detail

      • CompoundDerivedStateComputerParticipant

        @Inject
        public CompoundDerivedStateComputerParticipant​(com.google.inject.Injector injector)
    • Method Detail

      • installDerivedState

        public void installDerivedState​(org.eclipse.xtext.resource.DerivedStateAwareResource resource,
                                        boolean preLinkingPhase)
        Description copied from interface: IDerivedStateComputerParticipant
        Installs derived state
        Specified by:
        installDerivedState in interface IDerivedStateComputerParticipant
        Parameters:
        resource - the resource to install derived state on
        preLinkingPhase - whether the call is done in a pre-linking phase. During this phase clients may not do linking which relies on indexed information, because the index might not be fully computed yet.