Class QlHighlightingConfiguration

  • All Implemented Interfaces:
    org.eclipse.xtext.ui.editor.syntaxcoloring.IHighlightingConfiguration
    Direct Known Subclasses:
    QlDcsHighlightingConfiguration

    public class QlHighlightingConfiguration
    extends Object
    implements org.eclipse.xtext.ui.editor.syntaxcoloring.IHighlightingConfiguration
    Highlighting configuration for the Ql language. Describes the styles available for highlighting.
    • Constructor Detail

      • QlHighlightingConfiguration

        public QlHighlightingConfiguration()
    • Method Detail

      • configure

        public void configure​(org.eclipse.xtext.ui.editor.syntaxcoloring.IHighlightingConfigurationAcceptor acceptor)
        Specified by:
        configure in interface org.eclipse.xtext.ui.editor.syntaxcoloring.IHighlightingConfiguration
      • operatorTextStyle

        public org.eclipse.xtext.ui.editor.utils.TextStyle operatorTextStyle()
      • bracketTextStyle

        public org.eclipse.xtext.ui.editor.utils.TextStyle bracketTextStyle()
      • commentTextStyle

        public org.eclipse.xtext.ui.editor.utils.TextStyle commentTextStyle()
      • parametersTextStyle

        public org.eclipse.xtext.ui.editor.utils.TextStyle parametersTextStyle()
      • defaultTextStyle

        public org.eclipse.xtext.ui.editor.utils.TextStyle defaultTextStyle()
      • keywordTextStyle

        public org.eclipse.xtext.ui.editor.utils.TextStyle keywordTextStyle()
      • functionTextStyle

        public org.eclipse.xtext.ui.editor.utils.TextStyle functionTextStyle()
      • stringTextStyle

        public org.eclipse.xtext.ui.editor.utils.TextStyle stringTextStyle()
      • splitterTextStyle

        public org.eclipse.xtext.ui.editor.utils.TextStyle splitterTextStyle()
      • numberTextStyle

        public org.eclipse.xtext.ui.editor.utils.TextStyle numberTextStyle()