Public Member Functions | |
| LLCell (Object o) | |
Package Attributes | |
| Object | data |
| LLCell | next |
A linked list cell, which contains a ref to the object and next cell. The data,next members are public to this class, but not outside the collections.impl package.
| antlr.collections.impl.LLCell.LLCell | ( | Object | o | ) |
References antlr.collections.impl.LLCell.data.
Object antlr.collections.impl.LLCell.data [package] |
LLCell antlr.collections.impl.LLCell.next [package] |
1.7.0