de.uni_luebeck.isp.tessla.tessla_compiler.Diagnostics$.DSLError
case class DSLError(m: String, loc: Location) extends TesslaError 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 Product
trait Equals
trait TesslaError
trait Diagnostic
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Members list
Concise view
Value members
Attributes
- Definition Classes
Diagnostic
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Throwable
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns:
a string representation of the object.
- Definition Classes
Diagnostic -> Any
- Inherited from:
- Diagnostic