CompilationResult
Last updated
Last updated
Struct in Yarn.Compiler
Inherits from System.ValueType
The result of a compilation.
Instances of this struct are produced as a result of supplying a CompilationJob to Compile(CompilationJob) .
Name | Description |
---|---|
Gets a value indicating whether the compiler had to create line IDs for lines in the source code that lacked | |
Gets the collection of objects for each node in . | |
Gets the collection of objects that describe problems in the source code. | |
Gets the compiled Yarn program that the produced. | |
Gets a dictionary mapping line IDs to StringInfo objects. |