Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.34 KB

yarn.compiler.compilationresult.md

File metadata and controls

33 lines (19 loc) · 1.34 KB

CompilationResult

Struct in Yarn.Compiler

Inherits from System.ValueType

Summary

The result of a compilation.

public struct CompilationResult

Remarks

Instances of this struct are produced as a result of supplying a CompilationJob to Compile(CompilationJob) .

Properties

Name Description
ContainsImplicitStringTags Gets a value indicating whether the compiler had to create line IDs for lines in the source code that lacked #line: tags.
Declarations
Diagnostics Gets the collection of Diagnostic objects that describe problems in the source code.
FileTags
Program Gets the compiled Yarn program that the Compiler produced.
StringTable Gets a dictionary mapping line IDs to StringInfo objects.