csharp
public static class SyntaxFactsStatic facts about syntax kinds. Currently the canonical source text of fixed-text tokens (keywords, punctuation) used when a token is synthesized without an originating source token.
No guide page documents this yet — the page shows what the code says about itself.
Methods (1)
public static string GetText(SyntaxKind kind)Canonical text for a fixed-text token kind, or empty string if the kind has no fixed text (identifiers, literals, end-of-file).
Used by (4)
- RavenParserVixen.Raven
- SourceNamedTypeSymbolVixen.Raven
- SyntaxAntlrVisitorVixen.Raven.Tests
- SyntaxFactoryVixen.Raven