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.
-
inputString
-
-
next
-
-
prev
-
-
stackString
-
-
LLListNode()
-
-
LLListNode(TreeNode, String, String, String, LLListNode, LLListNode)
-
next
public LLListNode next
prev
public LLListNode prev
inputString
public String inputString
stackString
public String stackString
LLListNode
public LLListNode(TreeNode info,
String info2,
String s,
String iS,
LLListNode n,
LLListNode p)
LLListNode
public LLListNode()
All Packages Class Hierarchy This Package Previous Next Index