Class SecureCompiler.Report
- java.lang.Object
-
- com.google.javascript.jscomp.jsonml.SecureCompiler.Report
-
- Enclosing class:
- SecureCompiler
public class SecureCompiler.Report extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JsonMLError[]
getErrors()
JsonMLError[]
getWarnings()
boolean
isSuccessful()
-
-
-
Method Detail
-
isSuccessful
public boolean isSuccessful()
-
getErrors
public JsonMLError[] getErrors()
-
getWarnings
public JsonMLError[] getWarnings()
-
-