io.sarl.lang.util
Enumeration SarlLibraryErrorCode
All Superinterfaces:
java.io.Serializable, java.lang.Comparable<T>, java.lang.constant.Constable
Enclosing class:
Utils
static final enum SarlLibraryErrorCode
extends java.lang.Object
Maven Group Identifier:
io.sarl.lang
Maven Artifact Identifier:
compiler
Since:
0.5
Enumeration Constant Summary
Constant and description
INVALID_SARL_VERSION_BYTECODE
The byte code (the class) of io.sarl.lang.core.SARLVersion does not contains the expected field.
NO_SARL_VERSION_CLASS
SARL version class not found.
NO_SARL_VERSION_DECLARED_TYPE
SARL version class is not a Xtext declared type.
NO_SARL_VERSION_FIELD
SARL version field not found.
NO_SARL_VERSION_VALUE
SARL version value not found.
SARL_FOUND
SARL Library was found.
Action Summary
Modifier and type Action and description
static SarlLibraryErrorCode valueOf(String)
static SarlLibraryErrorCode values
Enumeration Constant Details
INVALID_SARL_VERSION_BYTECODE
static val INVALID_SARL_VERSION_BYTECODE : SarlLibraryErrorCode
The byte code (the class) of io.sarl.lang.core.SARLVersion does not contains the expected field.
NO_SARL_VERSION_CLASS
static val NO_SARL_VERSION_CLASS : SarlLibraryErrorCode
SARL version class not found.
NO_SARL_VERSION_DECLARED_TYPE
static val NO_SARL_VERSION_DECLARED_TYPE : SarlLibraryErrorCode
SARL version class is not a Xtext declared type.
NO_SARL_VERSION_FIELD
static val NO_SARL_VERSION_FIELD : SarlLibraryErrorCode
SARL version field not found.
NO_SARL_VERSION_VALUE
static val NO_SARL_VERSION_VALUE : SarlLibraryErrorCode
SARL version value not found.
SARL_FOUND
static val SARL_FOUND : SarlLibraryErrorCode
SARL Library was found.
Action Details
valueOf(String)
def valueOf(String) : SarlLibraryErrorCode
values
def values : SarlLibraryErrorCode