Class SyntaxHighlightingRule


  • public class SyntaxHighlightingRule
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static SyntaxHighlightingRule create​(org.sonar.api.batch.fs.TextRange range, org.sonar.api.batch.sensor.highlighting.TypeOfText textType)  
      org.sonar.api.batch.sensor.highlighting.TypeOfText getTextType()  
      org.sonar.api.batch.fs.TextRange range()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • create

        public static SyntaxHighlightingRule create​(org.sonar.api.batch.fs.TextRange range,
                                                    org.sonar.api.batch.sensor.highlighting.TypeOfText textType)
      • range

        public org.sonar.api.batch.fs.TextRange range()
      • getTextType

        public org.sonar.api.batch.sensor.highlighting.TypeOfText getTextType()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object