#include <functions.h>
Public Member Functions | |
~StaticInterfaceMethod () | |
def_generic (isDeleted,"isDeleted") | |
use_generic (eq,"=") | |
use_generic (ne,"!=") | |
void | collect () |
void | gc_trace () |
Value * | apply (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 () |
|
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 |
||
) |
|
friend |
|
friend |
FPStaticMethodInterfaceValue* fpiv |