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.


Variable Index

 o derivation
 o msg
 o node
 o prodUsed

Constructor Index

 o ListNode()
 o ListNode(TreeNode, String)

Variables

 o node
 public TreeNode node
 o msg
 public String msg
 o prodUsed
 public String prodUsed
 o derivation
 public String derivation

Constructors

 o ListNode
 public ListNode(TreeNode info,
                 String msginfo)
 o ListNode
 public ListNode()

All Packages  Class Hierarchy  This Package  Previous  Next  Index