Class SyntaxHighlightingRule
- java.lang.Object
-
- org.sonar.api.batch.sensor.highlighting.internal.SyntaxHighlightingRule
-
public class SyntaxHighlightingRule extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SyntaxHighlightingRulecreate(org.sonar.api.batch.fs.TextRange range, org.sonar.api.batch.sensor.highlighting.TypeOfText textType)org.sonar.api.batch.sensor.highlighting.TypeOfTextgetTextType()org.sonar.api.batch.fs.TextRangerange()java.lang.StringtoString()
-
-
-
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:
toStringin classjava.lang.Object
-
-