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
-
Comment(Vector)
-
-
equals(Ptree)
- Tests if this parse-tree-node's value equals to the specified
ptree-node's.
-
makeCopy()
- Makes a new copy of this ptree-node.
-
makeRecursiveCopy()
- Makes a new copy (another object) of this nonleaf-node recursively.
-
toString()
- Generates string which presents for this parse-tree
-
writeCode()
- Writes a source code in the writer(stream).
Comment
public Comment(Vector vec)
writeCode
public void writeCode()
- Writes a source code in the writer(stream).
- Overrides:
- writeCode in class PtreeObject
makeCopy
public Ptree makeCopy()
- Makes a new copy of this ptree-node.
- Overrides:
- makeCopy in class PtreeObject
makeRecursiveCopy
public Ptree makeRecursiveCopy()
- Makes a new copy (another object) of this nonleaf-node recursively.
- Overrides:
- makeRecursiveCopy in class PtreeObject
toString
public String toString()
- Generates string which presents for this parse-tree
- Overrides:
- toString in class PtreeObject
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