Uses of Class
openjava.ptree.Leaf

Packages that use Leaf
openjava.ptree   
openjava.ptree.util   
 

Uses of Leaf in openjava.ptree
 

Subclasses of Leaf in openjava.ptree
 class Literal
          The Literal class represents a literal.
 class SelfAccess
          The class SelfAccess represents an access to this object. this or super
 class Variable
          The Variable class represents a type specifier node of parse tree.
 

Uses of Leaf in openjava.ptree.util
 

Methods in openjava.ptree.util with parameters of type Leaf
 void ParseTreeVisitor.visit(Leaf p)