All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class openjava.util.Comment

java.lang.Object
   |
   +----openjava.ptree.PtreeObject
           |
           +----openjava.util.Comment

public class Comment
extends PtreeObject
The Comment class is for javadoc comment of OpenJava.

See Also:
PtreeObject

Constructor Index

 o Comment(Vector)

Method Index

 o equals(Ptree)
Tests if this parse-tree-node's value equals to the specified ptree-node's.
 o makeCopy()
Makes a new copy of this ptree-node.
 o makeRecursiveCopy()
Makes a new copy (another object) of this nonleaf-node recursively.
 o toString()
Generates string which presents for this parse-tree
 o writeCode()
Writes a source code in the writer(stream).

Constructors

 o Comment
 public Comment(Vector vec)

Methods

 o writeCode
 public void writeCode()
Writes a source code in the writer(stream).

Overrides:
writeCode in class PtreeObject
 o makeCopy
 public Ptree makeCopy()
Makes a new copy of this ptree-node.

Overrides:
makeCopy in class PtreeObject
 o makeRecursiveCopy
 public Ptree makeRecursiveCopy()
Makes a new copy (another object) of this nonleaf-node recursively.

Overrides:
makeRecursiveCopy in class PtreeObject
 o toString
 public String toString()
Generates string which presents for this parse-tree

Overrides:
toString in class PtreeObject
 o equals
 public boolean equals(Ptree p)
Tests if this parse-tree-node's value equals to the specified ptree-node's.

Overrides:
equals in class PtreeObject

All Packages  Class Hierarchy  This Package  Previous  Next  Index