All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class openjava.ptree.PackageStatement

java.lang.Object
   |
   +----openjava.ptree.Ptree
           |
           +----openjava.ptree.NonLeaf
                   |
                   +----openjava.ptree.PackageStatement

public class PackageStatement
extends NonLeaf
presents for PackageStatement-node of parse tree.


Constructor Index

 o PackageStatement(int)
 o PackageStatement(Leaf, NonLeaf, Leaf)

Method Index

 o writeCode()
Writes the code this parse-tree presents for.

Constructors

 o PackageStatement
 public PackageStatement(int nonterm_num)
 o PackageStatement
 public PackageStatement(Leaf e0,
                         NonLeaf e1,
                         Leaf e2) throws PtreeException

Methods

 o writeCode
 public void writeCode() throws PtreeException
Writes the code this parse-tree presents for.

Overrides:
writeCode in class NonLeaf

All Packages  Class Hierarchy  This Package  Previous  Next  Index