YEFunction Class Reference

#include <YExpression.h>

Inheritance diagram for YEFunction:

YECall YCode List of all members.

Public Member Functions

 YEFunction (TableEntry *entry)
 YEFunction (bytecodeistream &str)
virtual ykind kind () const
virtual YCPValue evaluate (bool cse=false)
virtual constTypePtr finalize ()

Private Member Functions

 REP_BODY (YEFunction)

Constructor & Destructor Documentation

YEFunction::YEFunction ( TableEntry entry  ) 

YEFunction::YEFunction ( bytecodeistream str  ) 


Member Function Documentation

YEFunction::REP_BODY ( YEFunction   )  [private]

virtual ykind YEFunction::kind (  )  const [inline, virtual]

Returns the YCode kind

Implements YCode.

YCPValue YEFunction::evaluate ( bool  cse = false  )  [virtual]

evaluate YCode to YCPValue if debugger == 0 called for parse time evaluation (i.e. constant subexpression elimination) else called for runtime evaluation

Reimplemented from YCode.

constTypePtr YEFunction::finalize (  )  [virtual]

'close' function, perform final parameter check if ok, return 0 if missing parameter, return its type if undefined, return Type::Error (wrong type was already reported in attachParameter()

Reimplemented from YECall.


The documentation for this class was generated from the following files:
Generated on Tue Nov 6 01:20:23 2007 for yast2-core by  doxygen 1.5.0