antlr.collections.impl

Class LLCell

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
Objectdata
LLCellnext
Constructor Summary
LLCell(Object o)

Field Detail

data

Object data

LLCell next

Constructor Detail

LLCell

public LLCell(Object o)