|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--COM.hugin.HAPI.Expression
|
+--COM.hugin.HAPI.CompositeExpression
|
+--COM.hugin.HAPI.CeilExpression
Expression class representing the ceil operator.
| Constructor Summary | |
CeilExpression(Expression argument)
Constructs a new CeilExpression |
|
| Method Summary | |
java.lang.Object |
clone()
Clones this CeilExpression. |
int |
getOperator()
Returns the operator of this Expression. |
| Methods inherited from class COM.hugin.HAPI.CompositeExpression |
getOperands,
isCompositeExpression |
| Methods inherited from class COM.hugin.HAPI.Expression |
delete,
expressionToString,
isConstantExpression,
isNodeExpression,
stringToExpression,
stringToExpression |
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public CeilExpression(Expression argument)
throws ExceptionHugin,
ExceptionArgumentNotAlive
| Method Detail |
public int getOperator()
throws ExceptionObjectNotAlive
public java.lang.Object clone()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||