blob: 53ca77a1899ec28db7ce5eedd51491ddd2a7ff49 [file] [log] [blame]
package org.eclipse.dltk.debug.core.model;
public interface IScriptType {
String getName();
boolean isAtomic();
boolean isCollection();
}