@ProviderType
public interface CompilationResult
SightlyCompiler
.Modifier and Type | Method and Description |
---|---|
CommandStream |
getCommandStream()
Provides access to the generated
CommandStream for evaluating / replaying the Command s after the compile operation. |
List<CompilerMessage> |
getErrors()
Provides the list of errors recorded during the compilation.
|
List<CompilerMessage> |
getWarnings()
Provides the list of warnings recorded during the compilation.
|
CommandStream getCommandStream()
CommandStream
for evaluating / replaying the Command
s after the compile operation.List<CompilerMessage> getWarnings()
List<CompilerMessage> getErrors()
Copyright © 2017 The Apache Software Foundation. All rights reserved.