@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. |
java.util.List<CompilerMessage> |
getErrors()
Provides the list of errors recorded during the compilation.
|
java.util.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.java.util.List<CompilerMessage> getWarnings()
java.util.List<CompilerMessage> getErrors()
Copyright © 2022 The Apache Software Foundation. All rights reserved.