antlr.collections.impl
Class LLCell

java.lang.Object
  |
  +--antlr.collections.impl.LLCell

class LLCell
extends Object


Field Summary
(package private)  Object data
           
(package private)  LLCell next
           
 
Constructor Summary
LLCell(Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

data

Object data

next

LLCell next
Constructor Detail

LLCell

public LLCell(Object o)


comments?