mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 21:19:31 -06:00
*** empty log message ***
This commit is contained in:
@@ -4,12 +4,14 @@
|
||||
public int begin;
|
||||
public int end;
|
||||
public String position;
|
||||
public String words;
|
||||
|
||||
MarkedArea(int b, int e, String p)
|
||||
MarkedArea(int b, int e, String p, String w)
|
||||
{
|
||||
begin = b;
|
||||
end = e;
|
||||
position = p;
|
||||
words = w;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user