Struct in Yarn.Compiler
Inherits from System.ValueType
System.ValueType
The result of a compilation.
public struct CompilationResult
Instances of this struct are produced as a result of supplying a CompilationJob to Compile(CompilationJob) .
ContainsImplicitStringTags
Gets a value indicating whether the compiler had to create line IDs for lines in the source code that lacked #line: tags.
#line:
DebugInfo
Gets the collection of DebugInfo objects for each node in Program .
Declarations
Gets the collection of variable declarations that were found during compilation.
Diagnostics
Gets the collection of Diagnostic objects that describe problems in the source code.
FileTags
Gets the collection of file-level tags found in the source code.
Program
Gets the compiled Yarn program that the Compiler produced.
StringTable
Gets a dictionary mapping line IDs to StringInfo objects.
Last updated 2 years ago
Was this helpful?