Package gw.lang
Interface ICompilationResults
-
public interface ICompilationResults
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
getBytes()
IIssueContainer
getIssues()
-
-
-
Method Detail
-
getIssues
IIssueContainer getIssues()
-
getBytes
byte[] getBytes()
-
-