Uses of Class
org.sonar.iac.common.api.tree.impl.TextPointer
-
Packages that use TextPointer Package Description org.sonar.iac.common.api.tree.impl -
-
Uses of TextPointer in org.sonar.iac.common.api.tree.impl
Methods in org.sonar.iac.common.api.tree.impl that return TextPointer Modifier and Type Method Description TextPointerTextRange. end()TextPointerTextRange. start()Methods in org.sonar.iac.common.api.tree.impl with parameters of type TextPointer Modifier and Type Method Description intTextPointer. compareTo(TextPointer other)Constructors in org.sonar.iac.common.api.tree.impl with parameters of type TextPointer Constructor Description TextRange(TextPointer start, TextPointer end)
-