|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object scale.clef.expr.PositionOp scale.clef.expr.PositionOffsetOp
public class PositionOffsetOp
The PositionOffsetOp class represents a position in an aggregation as an offset, in bytes, from the start of the aggregation.
$Id: PositionOffsetOp.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 | |
---|---|
PositionOffsetOp(long offset)
|
Method Summary | |
---|---|
boolean |
equivalent(java.lang.Object exp)
Return true if the two expressions are equivalent. |
long |
getOffset()
Return the offset, in bytes, 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 PositionOffsetOp(long offset)
Method Detail |
---|
public final long getOffset()
public boolean equivalent(java.lang.Object exp)
equivalent
in class PositionOp
public 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 |