CompilationResult
Class in Yarn.Compiler
Inherits from System.Object
Summary
The result of a compilation.
Remarks
Instances of this class are produced as a result of supplying a CompilationJob to Compile(CompilationJob) .
Methods
Properties
Gets a value indicating whether this compilation result contains any error diagnostics.
Gets a value indicating whether the compiler had to create line IDs for lines in the source code that lacked #line:
tags.
Gets the collection of variable declarations that were found during compilation.
Gets the collection of Diagnostic objects that describe problems in the source code.
Gets the collection of file-level tags found in the source code.
Gets the debugging information for this compiled project.
Gets a dictionary mapping line IDs to StringInfo objects.
Gets a collection of any types that were defined by the user in the input (for example, user-defined enum types.)
Last updated