final class SyntaxIssueCodes
extends java.lang.Object
List of issue codes for the parser.
- Maven Group Identifier:
-
- Maven Artifact Identifier:
-
Field Summary
Modifier and type |
Field and description |
protected static val java.lang.String |
ISSUE_CODE_PREFIX
Prefix related to SARL for the issue codes. |
public static val java.lang.String |
USED_RESERVED_KEYWORD
Identifier of the issue related to the invalid used of a reserved keyword. |
Modifier and type |
Field and description |
protected static val java.lang.String |
ISSUE_CODE_PREFIX
Prefix related to SARL for the issue codes. |
public static val java.lang.String |
USED_RESERVED_KEYWORD
Identifier of the issue related to the invalid used of a reserved keyword. |
Field Details
- ISSUE_CODE_PREFIX
-
protected static val ISSUE_CODE_PREFIX : java.lang.String = "io.sarl.lang.parser.SyntaxIssueCodes."
Prefix related to SARL for the issue codes.
- USED_RESERVED_KEYWORD
-
public static val USED_RESERVED_KEYWORD : java.lang.String = "io.sarl.lang.parser.SyntaxIssueCodes.used_reserved_keyword"
Identifier of the issue related to the invalid used of a reserved keyword.