Class SyntaxHighlightingRule
java.lang.Object
org.sonar.api.batch.sensor.highlighting.internal.SyntaxHighlightingRule
-
Method Summary
Modifier and TypeMethodDescriptionstatic SyntaxHighlightingRulecreate(org.sonar.api.batch.fs.TextRange range, org.sonar.api.batch.sensor.highlighting.TypeOfText textType) org.sonar.api.batch.sensor.highlighting.TypeOfTextorg.sonar.api.batch.fs.TextRangerange()toString()
-
Method Details
-
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
-