Class RawEmbeddedCode
- Namespace
- Utils.Parser.Diagnostics.EmbeddedCode
- Assembly
- Utils.Parser.Diagnostics.dll
Represents raw embedded target-language code exactly as it was read from the grammar.
public sealed class RawEmbeddedCode
- Inheritance
-
RawEmbeddedCode
- Inherited Members
- Extension Methods
Constructors
RawEmbeddedCode(string)
Initializes a new raw embedded-code value.
public RawEmbeddedCode(string text)
Parameters
textstringRaw embedded-code text without ANTLR delimiters.
Properties
Text
Gets the raw embedded-code text without ANTLR delimiters.
public string Text { get; }
Property Value
Methods
ToString()
Returns the raw embedded-code text for diagnostics and transformer input only.
public override string ToString()