All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class javaParse.LLListNode

java.lang.Object
   |
   +----javaParse.ListNode
           |
           +----javaParse.LLListNode

public class LLListNode
extends ListNode
the class for a node in the path of producing a LL parsing tree.


Variable Index

 o inputString
 o next
 o prev
 o stackString

Constructor Index

 o LLListNode()
 o LLListNode(TreeNode, String, String, String, LLListNode, LLListNode)

Variables

 o next
 public LLListNode next
 o prev
 public LLListNode prev
 o inputString
 public String inputString
 o stackString
 public String stackString

Constructors

 o LLListNode
 public LLListNode(TreeNode info,
                   String info2,
                   String s,
                   String iS,
                   LLListNode n,
                   LLListNode p)
 o LLListNode
 public LLListNode()

All Packages  Class Hierarchy  This Package  Previous  Next  Index