All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ca.carleton.sce.ucmagents.lfmparse.ASTdesign

ca.carleton.sce.ucmagents.lfmparse.SimpleNode
   |
   +----ca.carleton.sce.ucmagents.lfmparse.ASTdesign

public class ASTdesign
extends SimpleNode
ASTdesign is a class that is used as a node in the AST in order to contain a list of root maps, and possibly a list of plugin maps, as child nodes. It was built using jjtree 0.3.5.

Version:
1.00, 1998 01 28
Author:
Daniel Amyot, damyot@csi.uottawa.ca
See Also:
ASTrootMaps, ASTpluginMaps, SimpleNode

Constructor Index

 o ASTdesign(int)
 o ASTdesign(lfmparse, int)

Method Index

 o toString()

Constructors

 o ASTdesign
 public ASTdesign(int id)
 o ASTdesign
 public ASTdesign(lfmparse p,
                  int id)

Methods

 o toString
 public String toString()
Overrides:
toString in class SimpleNode

All Packages  Class Hierarchy  This Package  Previous  Next  Index