public interface Term
A term node. Has a symbol object and a read-only collection of children nodes.
| Method Summary | |
|---|---|
java.util.Collection<Node> |
children()
|
java.lang.Object |
symbol()
|
| Method Detail |
|---|
java.lang.Object symbol()
java.util.Collection<Node> children()