All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class openjava.ptree.EmptyStatement

java.lang.Object
   |
   +----openjava.ptree.PtreeObject
           |
           +----openjava.ptree.NonLeaf
                   |
                   +----openjava.ptree.EmptyStatement

public class EmptyStatement
extends NonLeaf
implements Statement
The EmptyStatement class represents an empty statement node of parse tree.

See Also:
NonLeaf, Statement

Constructor Index

 o EmptyStatement()
Allocates a new object.

Method Index

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

Constructors

 o EmptyStatement
 public EmptyStatement()
Allocates a new object.

Parameters:
statement - prototype object

Methods

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

Overrides:
writeCode in class NonLeaf

All Packages  Class Hierarchy  This Package  Previous  Next  Index