Package org.sonar.java.regex.ast
Class Location
- java.lang.Object
-
- org.sonar.java.regex.ast.Location
-
public class Location extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getBeginningOffset()
int
getEndingOffset()
IndexRange
getIndexRange()
Tree
getJavaTree()
boolean
isEmpty()
-
-
-
Constructor Detail
-
Location
public Location(Tree javaTree, int beginningOffset, int endingOffset)
-
-
Method Detail
-
getJavaTree
public Tree getJavaTree()
-
getIndexRange
public IndexRange getIndexRange()
-
getBeginningOffset
public int getBeginningOffset()
-
getEndingOffset
public int getEndingOffset()
-
isEmpty
public boolean isEmpty()
-
-