Diagnostic
Diagnostic object, carrying information about errors and warnings which occur during compilation and execution.
Value parameters
- diagnostic
-
The Diagnostic object from the core API used to generate the Diagnostic object
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Returns the starting column of the TeSSLa code which has lead to the error (or null if unknown)
Returns the starting column of the TeSSLa code which has lead to the error (or null if unknown)
Attributes
- Returns
-
The starting column of the TeSSLa code which has lead to the error
Returns the starting line of the TeSSLa code which has lead to the error (or null if unknown)
Returns the starting line of the TeSSLa code which has lead to the error (or null if unknown)
Attributes
- Returns
-
The starting line of the TeSSLa code which has lead to the error
Returns the message of the error or warning
Returns the message of the error or warning
Attributes
- Returns
-
Message of the error or warning
Returns the path of the TeSSLa source file which has lead to the error
Returns the path of the TeSSLa source file which has lead to the error
Attributes
- Returns
-
The path of the TeSSLa source file which has lead to the error
Returns the final column of the TeSSLa code which has lead to the error (or null if unknown)
Returns the final column of the TeSSLa code which has lead to the error (or null if unknown)
Attributes
- Returns
-
The final column of the TeSSLa code which has lead to the error
Returns the final line of the TeSSLa code which has lead to the error (or null if unknown)
Returns the final line of the TeSSLa code which has lead to the error (or null if unknown)
Attributes
- Returns
-
The final line of the TeSSLa code which has lead to the error
Returns a string representation of the Diagnostic object
Returns a string representation of the Diagnostic object
Attributes
- Returns
-
A string representation of the Diagnostic object
- Definition Classes
-
Any
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product