Class SyntaxHighlightingProfile

  • Direct Known Subclasses:
    CSSProfile, SQLProfile

    public abstract class SyntaxHighlightingProfile
    extends Object
    This is the base-class for all Syntax-Highlighting-Profiles which uses regex to find matches.
    • Constructor Detail

      • SyntaxHighlightingProfile

        public SyntaxHighlightingProfile()
    • Method Detail

      • generateCompileString

        public void generateCompileString()
      • resetPatternsMap

        public abstract void resetPatternsMap()
        Used for initializing data and also for resetting them again.
      • getOperators

        public List<String> getOperators()
      • getPattern

        public Pattern getPattern()