public interface Chunk
| Modifier and Type | Method and Description |
|---|---|
int |
getEnd() |
int |
getHeadIndex() |
int |
getStart() |
String |
getTag() |
List<Token> |
getTokens() |
void |
setBoundaries(int start,
int end) |
void |
setHeadIndex(int index) |
void |
setTag(String tag) |
Copyright © 2012–2017 CoGrOO. All rights reserved.