Class TextPointer
java.lang.Object
org.sonar.iac.common.api.tree.impl.TextPointer
- All Implemented Interfaces:
Comparable<TextPointer>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(TextPointer other) booleaninthashCode()intline()int
-
Constructor Details
-
TextPointer
public TextPointer(int line, int lineOffset)
-
-
Method Details
-
line
public int line() -
lineOffset
public int lineOffset() -
compareTo
- Specified by:
compareToin interfaceComparable<TextPointer>
-
equals
-
hashCode
public int hashCode()
-