All Packages Class Hierarchy This Package Previous Next Index
Class javaParse.ListNode
java.lang.Object
|
+----javaParse.ListNode
- public class ListNode
- extends Object
the struct-like class for a node in the path of producing
a parsing tree.
-
derivation
-
-
msg
-
-
node
-
-
prodUsed
-
-
ListNode()
-
-
ListNode(TreeNode, String)
-
node
public TreeNode node
msg
public String msg
prodUsed
public String prodUsed
derivation
public String derivation
ListNode
public ListNode(TreeNode info,
String msginfo)
ListNode
public ListNode()
All Packages Class Hierarchy This Package Previous Next Index