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
-
UserDecorator(Leaf, AnyWordList)
-
-
UserDecorator(UserDecorator)
-
-
getKeyword()
-
-
getWords()
-
-
writeCode()
- Writes the code this parse-tree presents for.
UserDecorator
public UserDecorator(UserDecorator ud)
UserDecorator
public UserDecorator(Leaf userkeyword,
AnyWordList awlst)
writeCode
public void writeCode()
- Writes the code this parse-tree presents for.
- Overrides:
- writeCode in class NonLeaf
getKeyword
public Leaf getKeyword()
getWords
public AnyWordList getWords()
All Packages Class Hierarchy This Package Previous Next Index