Vixen
dd8b0a81
csharp
public static class SyntaxFacts

Static 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.

Read the guide page for this →

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