Skip to content
Snippets Groups Projects
Commit 3d80ae1f authored by tcarver's avatar tcarver
Browse files

add getters()

parent 11ec3ef2
Branches
Tags
No related merge requests found
......@@ -316,6 +316,16 @@ public class FuzzyRange extends Range {
}
}
public Object getStartObject()
{
return start_object;
}
public Object getEndObject()
{
return end_object;
}
/**
* The start Object of this FuzzyRange.
**/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment