antlr.collections.impl

Class LLCell


(package private) class LLCell
extends Object

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.

Author:
Terence Parr MageLang Institute

Field Summary

(package private) Object
data
(package private) LLCell
next

Constructor Summary

LLCell(Object o)

Field Details

data

(package private)  Object data


next

(package private)  LLCell next

Constructor Details

LLCell

public LLCell(Object o)