anl.aida.parser
Class ASTSqr.Sqr

java.lang.Object
  extended by anl.aida.parser.ASTSqr.Sqr
All Implemented Interfaces:
DoubleFunction
Enclosing class:
ASTSqr

static class ASTSqr.Sqr
extends java.lang.Object
implements DoubleFunction


Constructor Summary
ASTSqr.Sqr()
           
 
Method Summary
 double apply(double val)
          Apply some function to the specified double and return the result.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ASTSqr.Sqr

ASTSqr.Sqr()
Method Detail

apply

public double apply(double val)
Description copied from interface: DoubleFunction
Apply some function to the specified double and return the result.

Specified by:
apply in interface DoubleFunction
Parameters:
val - the value to operation on
Returns:
the result of the operation.