public interface TextPointer extends Comparable<TextPointer>
InputFile| Modifier and Type | Method and Description | 
|---|---|
| int | line()The logical line where this pointer is located. | 
| int | lineOffset()The offset of this pointer in the current line. | 
compareToint line()
int lineOffset()
Copyright © 2009–2016 SonarSource. All rights reserved.