|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.gate.yam.translate.PrettyTranslator.AnnotationData
class PrettyTranslator.AnnotationData
A help class for storing annotation data before creating real annotations.
Field Summary | |
---|---|
Long |
end
|
gate.FeatureMap |
features
|
Long |
start
|
String |
type
|
Constructor Summary | |
PrettyTranslator.AnnotationData(Long start, Long end, String type, gate.FeatureMap features)
|
Method Summary | |
---|---|
String
|
toString()
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Field Detail |
---|
Long end
gate.FeatureMap features
Long start
String type
Constructor Detail |
---|
public PrettyTranslator.AnnotationData(Long start, Long end, String type, gate.FeatureMap features)
Method Detail |
---|
public String toString()
Groovy Documentation