StrategoRuntimeService

public class StrategoRuntimeService implements IStrategoRuntimeService

Constructors

StrategoRuntimeService

public StrategoRuntimeService(IResourceService resourceService, ITermFactoryService termFactoryService, Set<IOperatorRegistry> strategoLibraries, ParseStrategoFileStrategy parseStrategoFileStrategy, IProjectService projectService, Set<ClassLoader> additionalClassLoaders)

Methods

genericRuntime

public HybridInterpreter genericRuntime()

invalidateCache

public void invalidateCache(ILanguageComponent component)

invalidateCache

public void invalidateCache(ILanguageImpl impl)

runtime

public HybridInterpreter runtime(ILanguageComponent component, IContext context, boolean typesmart)

runtime

public HybridInterpreter runtime(ILanguageComponent component, FileObject location, boolean typesmart)