All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class openjava.ptree.AllocationExpression

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

public abstract class AllocationExpression
extends NonLeaf
implements Expression
implemented by ConstructExpression ArrayAllocationExpression AnonymousAllocationExpression


Constructor Index

 o AllocationExpression()

Method Index

 o isExpression()

Constructors

 o AllocationExpression
 public AllocationExpression()

Methods

 o isExpression
 public boolean isExpression()

All Packages  Class Hierarchy  This Package  Previous  Next  Index