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 Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String[]
    UNO-IDL constants.
    static final String[]
    UNO-IDL modifiers, usually written in brackets.
    static final String[]
    The UNO-IDL reserved words: they will be rendered as keywords.
    static final String[]
    UNO-IDL types.
  • Field Details

    • RESERVED_WORDS

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

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

      static final String[] CONSTANTS
      UNO-IDL constants.
    • TYPES

      static final String[] TYPES
      UNO-IDL types.