StaticInterfaceMethod Class Reference

#include <functions.h>

+ Inheritance diagram for StaticInterfaceMethod:

Public Member Functions

 ~StaticInterfaceMethod ()
 
 def_generic (isDeleted,"isDeleted")
 
 use_generic (eq,"=")
 
 use_generic (ne,"!=")
 
void collect ()
 
void gc_trace ()
 
Valueapply (Value **arglist, int count, CallContext *cc=NULL)
 

Static Public Member Functions

static ScripterExport
StaticInterfaceMethod
intern (FPStaticMethodInterfaceValue *fpiv, FPFunctionDef *fd)
 

Public Attributes

FPStaticMethodInterfaceValue * fpiv
 

Friends

void Collectable::gc ()
 
void Collectable::mark ()
 

Constructor & Destructor Documentation

Member Function Documentation

static ScripterExport StaticInterfaceMethod* intern ( FPStaticMethodInterfaceValue *  fpiv,
FPFunctionDef fd 
)
static
def_generic ( isDeleted  ,
"isDeleted"   
)
use_generic ( eq  )
use_generic ( ne  )
void collect ( )
void gc_trace ( )
Value* apply ( Value **  arglist,
int  count,
CallContext cc = NULL 
)

Friends And Related Function Documentation

void Collectable::gc ( )
friend
void Collectable::mark ( )
friend

Member Data Documentation

FPStaticMethodInterfaceValue* fpiv