| 
 | |||||||||
| 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.PositionRepeatOp
public class PositionRepeatOp
The PositionRepeatOp class specifies a repeat count for the next constant in an aggregation.
$Id: PositionRepeatOp.java,v 1.1 2005-03-14 22:28:57 burrill Exp $
 Copyright 2005 by the Scale Compiler Group,
 Department of Computer Science
 University of Massachusetts,
 Amherst MA. 01003, USA
 All Rights Reserved.
| Constructor Summary | |
|---|---|
| PositionRepeatOp(int count) | |
| Method Summary | |
|---|---|
|  boolean | equivalent(java.lang.Object exp)Return true if the two expressions are equivalent. | 
|  int | getCount()Return the repeat count. | 
|  java.lang.String | toString() | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public PositionRepeatOp(int count)
| Method Detail | 
|---|
public final int getCount()
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 | ||||||||