All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class openjava.ptree.UserDecorator

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

public class UserDecorator
extends NonLeaf
implements Statement
The UserDecorator class presents for user-decorator node of parse tree

See Also:
Ptree, NonLeaf, Statement

Constructor Index

 o UserDecorator(Leaf, AnyWordList)
 o UserDecorator(UserDecorator)

Method Index

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

Constructors

 o UserDecorator
 public UserDecorator(UserDecorator ud)
 o UserDecorator
 public UserDecorator(Leaf userkeyword,
                      AnyWordList awlst)

Methods

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

Overrides:
writeCode in class NonLeaf
 o getKeyword
 public Leaf getKeyword()
 o getWords
 public AnyWordList getWords()

All Packages  Class Hierarchy  This Package  Previous  Next  Index