Interface IUnoidlSyntax
- All Known Implementing Classes:
UnoidlScanner
public interface IUnoidlSyntax
This class only defines the UNO-IDL main keywords in function of their use in the file. They are divided into
- Reserved words
- IDL modifiers usually written in brackets
- constants like the boolean
True - UNO-IDL types
-
Field Details
-
RESERVED_WORDS
The UNO-IDL reserved words: they will be rendered as keywords. -
MODIFIERS
UNO-IDL modifiers, usually written in brackets. -
CONSTANTS
UNO-IDL constants. -
TYPES
UNO-IDL types.
-