public class MultiTokenTag extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
MultiTokenTag.Tag |
| Modifier and Type | Field and Description |
|---|---|
int |
index |
MultiTokenTag.Tag |
tag |
| Constructor and Description |
|---|
MultiTokenTag(MultiTokenTag.Tag tag,
int index) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isEnd() |
boolean |
isStart() |
String |
toString() |
public MultiTokenTag.Tag tag
public int index
public MultiTokenTag(MultiTokenTag.Tag tag, int index)