picasso.parser.language.expressions
Class UnaryFunction

java.lang.Object
  extended by picasso.parser.language.ExpressionTreeNode
      extended by picasso.parser.language.expressions.UnaryFunction
All Implemented Interfaces:
EvaluatableExpression
Direct Known Subclasses:
Abs, Atan, Ceil, Clamp, Cosine, Exp, Floor, Log, Negate, RgbToYCrCb, Sine, Tan, Wrap, YCRC2RGBR

public abstract class UnaryFunction
extends ExpressionTreeNode

Represents a function that takes one argument.

Author:
Sara Sprenkle

Constructor Summary
UnaryFunction(ExpressionTreeNode param)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class picasso.parser.language.ExpressionTreeNode
evaluate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnaryFunction

public UnaryFunction(ExpressionTreeNode param)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object