gw.lang.ICompilationResults Maven / Gradle / Ivy
package gw.lang;
/**
*/
public interface ICompilationResults
{
IIssueContainer getIssues();
byte[] getBytes();
}
package gw.lang;
/**
*/
public interface ICompilationResults
{
IIssueContainer getIssues();
byte[] getBytes();
}