public class ErrorCodes
extends net.ssehub.easy.dslCore.translation.ErrorCodes
| Modifier and Type | Field and Description |
|---|---|
static int |
AMBIGUITY
Resolving an element leads to an ambiguity.
|
static int |
ASSIGNMENT
Error or warning due to a variable assignment.
|
static int |
ATTRIBUTION
Errors during attribution of elements (attributeTo).
|
static int |
CONSTANT
In case that a constant shall be modified.
|
static int |
DEREFERENCE
In case that dereferences are not possible.
|
static int |
FREEZE
Attempt to freeze the wrong type of elements.
|
static int |
INTERNAL
Internal error, should not occur.
|
static int |
LHS_NOT_COLLECTION
Operand of collection operation is not a collection.
|
static int |
REF_BY
In case of refBy problems.
|
static int |
TYPE_QUALIFICATION
In case of undesired explicit type qualifications.
|
static int |
WARNING_DIFFERENT_TYPES
Usage of using different types where same types would be expected (comparison).
|
static int |
WARNING_USAGE
Usage of warning function at wrong position.
|
| Modifier | Constructor and Description |
|---|---|
private |
ErrorCodes()
Prevents creating instances of this class.
|
public static final int LHS_NOT_COLLECTION
public static final int INTERNAL
public static final int AMBIGUITY
public static final int ATTRIBUTION
public static final int ASSIGNMENT
public static final int FREEZE
public static final int WARNING_USAGE
public static final int DEREFERENCE
public static final int CONSTANT
public static final int REF_BY
public static final int TYPE_QUALIFICATION
public static final int WARNING_DIFFERENT_TYPES
Copyright © 2009 - 2018 SSE. All Rights Reserved.