Diagnostics
Class containing errors complementing the core errors and additional compiler related warnings
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- Diagnostics.type
Members list
Type members
Classlikes
Error thrown if the compiler cannot be run with the given console arguments
Error thrown if the compiler cannot be run with the given console arguments
Attributes
- m
More detailed message
- Graph
- Supertypes
- trait Producttrait Equalstrait TesslaErrortrait Diagnosticclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass Any
Error thrown if a certain command (annotation, expression or statements) is not supported in the compiler backend
Error thrown if a certain command (annotation, expression or statements) is not supported in the compiler backend
Attributes
- loc
Location which code section in the original TeSSLa spec caused the error
- m
More detailed message
- Graph
- Supertypes
- trait Producttrait Equalstrait TesslaErrortrait Diagnosticclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass Any
Warning raised if the compilation of the generated code raises a warning or information
Warning raised if the compilation of the generated code raises a warning or information
Attributes
- compiler
The compiler backend originally raising the warning
- message
The message of the base warning
- msgType
Kind of the warning, e.g. warning, information, note ...
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait Diagnosticclass Objecttrait Matchableclass Any
Error thrown if the TeSSLa Core AST from the frontend cannot be processed
Error thrown if the TeSSLa Core AST from the frontend cannot be processed
Attributes
- loc
Location which code section in the original TeSSLa spec caused the error
- m
More detailed message
- Graph
- Supertypes
- trait Producttrait Equalstrait TesslaErrortrait Diagnosticclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass Any
Error indicating that the generation or processing of the ImpLan AST went wrong
Error indicating that the generation or processing of the ImpLan AST went wrong
Attributes
- loc
Location which code section in the original TeSSLa spec caused the error
- m
More detailed message
- Graph
- Supertypes
- trait Producttrait Equalstrait TesslaErrortrait Diagnosticclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass Any
Error indicating that the generation or processing of the ImpLan AST caused a type error
Error indicating that the generation or processing of the ImpLan AST caused a type error
Attributes
- m
More detailed message
- Graph
- Supertypes
- trait Producttrait Equalstrait TesslaErrortrait Diagnosticclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass Any
Error thrown if a certain command (annotation, expression or statements) is not implemented in the compiler backend yet but planned to be implemented soon
Error thrown if a certain command (annotation, expression or statements) is not implemented in the compiler backend yet but planned to be implemented soon
Attributes
- loc
Location which code section in the original TeSSLa spec caused the error
- m
More detailed message
- Graph
- Supertypes
- trait Producttrait Equalstrait TesslaErrortrait Diagnosticclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass Any