org.sonar.batch.highlighting
Class SyntaxHighlightingRule
java.lang.Object
org.sonar.batch.highlighting.SyntaxHighlightingRule
- All Implemented Interfaces:
- Serializable
public class SyntaxHighlightingRule
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
create
public static SyntaxHighlightingRule create(int startPosition,
int endPosition,
TypeOfText textType)
getStartPosition
public int getStartPosition()
getEndPosition
public int getEndPosition()
getTextType
public TypeOfText getTextType()
Copyright © 2009–2015 SonarSource. All rights reserved.