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

add getters()

parent 11ec3ef2
No related branches found
No related tags found
No related merge requests found
...@@ -315,6 +315,16 @@ public class FuzzyRange extends Range { ...@@ -315,6 +315,16 @@ public class FuzzyRange extends Range {
throw new Error ("internal error - unexpected exception"); throw new Error ("internal error - unexpected exception");
} }
} }
public Object getStartObject()
{
return start_object;
}
public Object getEndObject()
{
return end_object;
}
/** /**
* The start Object of this FuzzyRange. * The start Object of this FuzzyRange.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment