public final class CompileStatus extends Object
CompileStatus contains the status of compilation.
If there are errors - syntax or semnatic it records the details of the errors
as iterator over SyntaxError. If the compilation is successfull,
it contains the ExecutableObject.| Constructor and Description |
|---|
CompileStatus(boolean hasError,
Iterator<SyntaxError> errors) |
CompileStatus(RecipeSymbol symbols) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<SyntaxError> |
getErrors() |
RecipeSymbol |
getSymbols() |
boolean |
isSuccess() |
public CompileStatus(RecipeSymbol symbols)
public CompileStatus(boolean hasError,
Iterator<SyntaxError> errors)
public boolean isSuccess()
public Iterator<SyntaxError> getErrors()
public RecipeSymbol getSymbols()
Copyright © 2020 CDAP Licensed under the Apache License, Version 2.0.