org.openoffice.ide.eclipse.core.editors.syntax
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

Author:
cbosdonnat

Field Summary
static java.lang.String[] CONSTANTS
          UNO-IDL constants.
static java.lang.String[] MODIFIERS
          UNO-IDL modifiers, usually written in brackets.
static java.lang.String[] RESERVED_WORDS
          The UNO-IDL reserved words: they will be rendered as keywords.
static java.lang.String[] TYPES
          UNO-IDL types.
 

Field Detail

RESERVED_WORDS

static final java.lang.String[] RESERVED_WORDS
The UNO-IDL reserved words: they will be rendered as keywords.


MODIFIERS

static final java.lang.String[] MODIFIERS
UNO-IDL modifiers, usually written in brackets.


CONSTANTS

static final java.lang.String[] CONSTANTS
UNO-IDL constants.


TYPES

static final java.lang.String[] TYPES
UNO-IDL types.