Table of Contents

Class ParserEmbeddedCodeTransformationResult

Namespace
Utils.Parser.Diagnostics.EmbeddedCode
Assembly
Utils.Parser.Diagnostics.dll

Transformation result returned by IParserEmbeddedCodeTransformer.

public sealed class ParserEmbeddedCodeTransformationResult
Inheritance
ParserEmbeddedCodeTransformationResult
Inherited Members
Extension Methods

Properties

Code

Gets the code to emit or compile after transformation.

public string Code { get; set; }

Property Value

string

Diagnostics

Gets diagnostics reported by the transformer.

public IReadOnlyList<ParserEmbeddedCodeDiagnostic> Diagnostics { get; set; }

Property Value

IReadOnlyList<ParserEmbeddedCodeDiagnostic>