Public Member Functions | Package Attributes

antlr.collections.impl.LLCell Class Reference

List of all members.

Public Member Functions

 LLCell (Object o)

Package Attributes

Object data
LLCell next

Detailed Description

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

Constructor & Destructor Documentation

antlr.collections.impl.LLCell.LLCell ( Object  o  ) 

Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties