prompto.runtime.IContext Maven / Gradle / Ivy
The newest version!
package prompto.runtime;
import prompto.parser.ICodeSection;
import prompto.parser.ISection;
public interface IContext {
IContext getCallingContext();
ICodeSection locateCodeSection(ISection section);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy