|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.actf.accservice.core.win32.ia2.IA2TextSegment
public class IA2TextSegment
Field Summary | |
---|---|
int |
end
|
int |
start
|
String |
text
|
Constructor Summary | |
---|---|
IA2TextSegment()
|
|
IA2TextSegment(String text,
int start,
int end)
|
Method Summary | |
---|---|
int |
getEnd()
|
int |
getStart()
|
String |
getText()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public String text
public int start
public int end
Constructor Detail |
---|
public IA2TextSegment()
public IA2TextSegment(String text, int start, int end)
Method Detail |
---|
public int getEnd()
public int getStart()
public String getText()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |