LogoLogo
Ctrlk
HomepageDiscordItchPatreonAsset Store
  • ⭐Start Here
  • Writing Your Dialogue
    • ⌨️Editing with VS Code
    • ✍️Writing in Yarn
    • 🪄Upgrading Yarn Scripts
  • Working With Unity
    • Overview
    • 📦Installation
    • ⚡Quick Start
    • 📥Importing Yarn Files
    • 🧱Components
    • 🤖Commands and Functions
    • 🗺️Localizations and Assets
  • Unity Sample Projects
    • 🛠️Choose-Your-Path Game
    • 🛠️Choose-Your-Path Game with Visuals
    • 🛠️NPC Dialogue Game
  • Guides
    • 🗃️Yarn Variables and Variable Storage
  • About
    • The Team
    • GitHub Repositories
    • Community Projects
  • API Documentation
    • C#
      • Yarn Namespace
      • Yarn.Markup Namespace
      • Yarn.Compiler Namespace
        • CompilationJob
        • CompilationResult
        • Compiler
        • Declaration
        • Diagnostic
          • Column
          • Context
          • FileName
          • Line
          • Message
          • Severity
          • Diagnostic(string,ParserRuleContext,string,DiagnosticSeverity)
          • Diagnostic(string,int,int,string,DiagnosticSeverity)
          • Diagnostic(string,string,DiagnosticSeverity)
          • Diagnostic(string,DiagnosticSeverity)
          • Equals(object)
          • GetHashCode()
          • ToString()
          • DiagnosticSeverity
        • FileParseResult
        • IndentAwareLexer
        • StringInfo
        • Utility
      • Yarn.Compiler.Upgrader Namespace
      • Yarn.Unity Namespace
Powered by GitBook
On this page
  • Summary
  • Constructors
  • Enums
  • Fields
  • Methods

Was this helpful?

Edit
  1. API Documentation
  2. C#
  3. Yarn.Compiler Namespace

Diagnostic

Class in Yarn.Compiler

Inherits from System.Object

Summary

public sealed class Diagnostic

Constructors

Name
Description

Diagnostic(string,ParserRuleContext,string,DiagnosticSeverity)

Diagnostic(string,int,int,string,DiagnosticSeverity)

Diagnostic(string,string,DiagnosticSeverity)

Diagnostic(string,DiagnosticSeverity)

Enums

Name
Description

DiagnosticSeverity

Fields

Name
Description

Column

Context

FileName

Line

Message

Severity

Methods

Name
Description

Equals(object)

GetHashCode()

ToString()

PreviousTypeNextColumn

Last updated 3 years ago

Was this helpful?