Uses of Class
org.sonar.api.batch.sensor.highlighting.TypeOfText

Packages that use TypeOfText
org.sonar.api.batch.sensor.highlighting   
 

Uses of TypeOfText in org.sonar.api.batch.sensor.highlighting
 

Methods in org.sonar.api.batch.sensor.highlighting that return TypeOfText
static TypeOfText TypeOfText.forCssClass(String cssClass)
           
static TypeOfText TypeOfText.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TypeOfText[] TypeOfText.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.sonar.api.batch.sensor.highlighting with parameters of type TypeOfText
 HighlightingBuilder HighlightingBuilder.highlight(int startOffset, int endOffset, TypeOfText typeOfText)
          Call this method to indicate the type of text in a range.
 



Copyright © 2009–2015 SonarSource. All rights reserved.