org.sonar.batch.highlighting
Class SyntaxHighlightingRule

java.lang.Object
  extended by org.sonar.batch.highlighting.SyntaxHighlightingRule
All Implemented Interfaces:
Serializable

public class SyntaxHighlightingRule
extends Object
implements Serializable

See Also:
Serialized Form

Method Summary
static SyntaxHighlightingRule create(int startPosition, int endPosition, TypeOfText textType)
           
 int getEndPosition()
           
 int getStartPosition()
           
 TypeOfText getTextType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.