Package ee.ut.goblin

Examples of ee.ut.goblin.AnalysisJob


            //Assert.isTrue(test.getResource() instanceof IFile,"What?? Translation unit should be a file...");
            file = (IFile) test.getResource();
        } else
            file = (IFile) el;
            
        AnalysisJob job = new AnalysisJob(file);
        job.schedule();
    }
View Full Code Here

TOP

Related Classes of ee.ut.goblin.AnalysisJob

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.