Package org.eclipse.m2m.atl.common
Interface IAtlLexems
public interface IAtlLexems
This interface contains all the words of the ATL language, such as keywords.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String[]
Abstract types.static final String[]
Brackets.static final String[]
Constants.static final String[]
Context keywords.static final String[]
Keywords.static final String[]
Operators.static final String[]
Special comments.static final String[]
Symbols.static final String[]
Types.
-
Field Details
-
BRACKETS
Brackets. -
CONSTANTS
Constants. -
KEYWORDS
Keywords. -
OPERATORS
Operators. -
SYMBOLS
Symbols. -
TYPES
Types. -
ABSTRACT_TYPES
Abstract types. -
SPECIAL_COMMENTS
Special comments. -
CONTEXT_KEYWORDS
Context keywords.
-