All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class hpjava.compiler.expression.AllocatedShapeDescriptor

java.lang.Object
    |
    +----hpjava.compiler.expression.AllocatedShapeDescriptor

public class AllocatedShapeDescriptor
extends Object

Variable Index

 o leaf

Constructor Index

 o AllocatedShapeDescriptor(AllocatedShape)

Method Index

 o dim(int)
 o isDistShape()
 o numberOfDims()

Variables

 o leaf
public AllocatedShape leaf

Constructors

 o AllocatedShapeDescriptor
public AllocatedShapeDescriptor(AllocatedShape shape)

Methods

 o isDistShape
public boolean isDistShape()
 o numberOfDims
public int numberOfDims()
 o dim
public Expression dim(int i)

All Packages  Class Hierarchy  This Package  Previous  Next  Index