Data Fields

kite_symtab_t Struct Reference

#include <kite_object.h>

Data Fields

char * name
char * docstring
int global
struct kite_object_tvalue

Detailed Description

Kite symbol table object (tree representing properties and methods.)

See also:
struct kite_object_t

Field Documentation

Documentation describing property (documentation for methods goes inside the method object.)

Referenced by kite_add_method(), kite_add_property(), kite_copy_symtab(), kite_copy_symtab_elements(), kite_loader_register(), and kite_symtab_remove().

Whether the property is global across all instances or can have different values per instance. If method, also represents the number of arguments for method overloading.

Referenced by kite_add_method(), kite_add_property(), kite_copy_symtab(), kite_loader_register(), kite_new_ident(), kite_remove_operator(), kite_set_property(), and kite_symtab_insert().


The documentation for this struct was generated from the following file: