| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectscale.clef.expr.PositionOp
scale.clef.expr.PositionIndexOp
public class PositionIndexOp
The PositionIndexOp class represents a position in an aggregation as an single dimension array index from the start of the aggregation.
$Id: PositionIndexOp.java,v 1.2 2006-09-10 19:35:58 burrill Exp $
 Copyright 2006 by the Scale Compiler Group,
 Department of Computer Science
 University of Massachusetts,
 Amherst MA. 01003, USA
 All Rights Reserved.
| Constructor Summary | |
|---|---|
| PositionIndexOp(long index) | |
| Method Summary | |
|---|---|
|  boolean | equivalent(java.lang.Object exp)Return true if the two expressions are equivalent. | 
|  long | getIndex()Return the single dimension array index from the start of the aggregation. | 
|  void | setIndex(long index)Set the single dimension array index from the start of the aggregation. | 
|  java.lang.String | toString() | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public PositionIndexOp(long index)
| Method Detail | 
|---|
public final long getIndex()
public final void setIndex(long index)
public boolean equivalent(java.lang.Object exp)
equivalent in class PositionOppublic java.lang.String toString()
toString in class java.lang.Object| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||