blob: d60c69efc86831337423e061960deac7587ee2b1 [file] [log] [blame]
/**
* Copyright (c) 2011, 2015 - Lunifera GmbH (Gross Enzersdorf, Austria), Loetz GmbH&Co.KG (69115 Heidelberg, Germany)
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Florian Pirchner - Initial implementation
*/
package org.eclipse.osbp.dsl.xtext.lazyresolver.api;
import org.eclipse.xtext.common.types.JvmDeclaredType;
import org.eclipse.xtext.resource.DerivedStateAwareResource;
import org.eclipse.xtext.resource.IDerivedStateComputer;
// TODO: Auto-generated Javadoc
/**
* The Interface IIndexDerivedStateComputer.
*/
public interface IIndexDerivedStateComputer extends IDerivedStateComputer{
/**
* Installs the derived state for the given type.
*
* @param resource
* the resource
* @param type
* the type
* @param preLinkingPhase
* the pre linking phase
*/
void installDerivedState(DerivedStateAwareResource resource, JvmDeclaredType type, boolean preLinkingPhase);
}