| Package | Description |
|---|---|
| edu.illinois.cs.cogcomp.lbjava.parse |
| Modifier and Type | Field and Description |
|---|---|
LinkedVector |
LinkedChild.parent
A link to this child's parent.
|
| Constructor and Description |
|---|
LinkedVector(LinkedVector p)
Useful when the information that this child represents is parsed forwards.
|
LinkedVector(LinkedVector p,
int s,
int e)
Useful when the information that this child represents is parsed forwards.
|
Copyright © 2016. All rights reserved.