Class TransformedEmbeddedCode
- Namespace
- Utils.Parser.Diagnostics.EmbeddedCode
- Assembly
- Utils.Parser.Diagnostics.dll
Represents embedded target-language code produced by ParserEmbeddedCodeTransformationService.
public sealed class TransformedEmbeddedCode
- Inheritance
-
TransformedEmbeddedCode
- Inherited Members
- Extension Methods
Properties
Diagnostics
Gets non-blocking diagnostics reported by the transformer.
public IReadOnlyList<ParserEmbeddedCodeDiagnostic> Diagnostics { get; }
Property Value
Text
Gets the transformed embedded-code text ready for generated emission or expression compilation.
public string Text { get; }
Property Value
Methods
ToString()
Returns the transformed embedded-code text for final emission or compilation.
public override string ToString()