Flare API Documention
All Packages
|
All Classes
|
Index
|
Frames
No Frames
Interface IEvaluable
Methods
Package
flare.util
Interface
public interface IEvaluable
Implementors
Expression
,
Property
Interface for methods that evaluate an object and return a result.
Public Methods
Method
Defined by
eval
(o:Object = null):*
Evaluates the input object
IEvaluable
Method detail
eval
()
method
public function eval(o:Object = null):*
Evaluates the input object
Parameters
o
:Object
(default =
null
)
Returns
*
— the computed result value
© 2007-2008 Regents of the University of California. Created Sat Jan 24 2009 11:25 AM.