Search in sources :

Example 1 with JdtQueuedBuildData

use of org.eclipse.xtext.builder.impl.javasupport.JdtQueuedBuildData in project xtext-xtend by eclipse.

the class AbstractQueuedBuildDataTest method setUp.

@Override
public void setUp() throws Exception {
    super.setUp();
    JdtQueuedBuildData _jdtQueuedBuildData = new JdtQueuedBuildData();
    this.queuedBuildDataContribution = _jdtQueuedBuildData;
    QueuedBuildData _queuedBuildData = new QueuedBuildData(this.mapper, this.queuedBuildDataContribution);
    this.queuedBuildData = _queuedBuildData;
    JavaChangeQueueFiller _javaChangeQueueFiller = new JavaChangeQueueFiller(this.queuedBuildData, this.converter);
    this.queueFiller = _javaChangeQueueFiller;
    JavaCore.addElementChangedListener(this.queueFiller, ElementChangedEvent.POST_CHANGE);
}
Also used : JdtQueuedBuildData(org.eclipse.xtext.builder.impl.javasupport.JdtQueuedBuildData) JdtQueuedBuildData(org.eclipse.xtext.builder.impl.javasupport.JdtQueuedBuildData) QueuedBuildData(org.eclipse.xtext.builder.impl.QueuedBuildData) JavaChangeQueueFiller(org.eclipse.xtext.builder.impl.javasupport.JavaChangeQueueFiller)

Aggregations

QueuedBuildData (org.eclipse.xtext.builder.impl.QueuedBuildData)1 JavaChangeQueueFiller (org.eclipse.xtext.builder.impl.javasupport.JavaChangeQueueFiller)1 JdtQueuedBuildData (org.eclipse.xtext.builder.impl.javasupport.JdtQueuedBuildData)1