This reference page is linked to from the following overview topics: MAXScript Compiler and Interpreter.
#include <codetree.h>
Public Member Functions |
|
| CodeTree (CharStream *source, Value *codeFn,...) | |
| ~CodeTree () | |
| void | gc_trace () |
| void | collect () |
| ScripterExport void | sprin1 (CharStream *s) |
| ScripterExport Value * | eval () |
| Value * | add (Value *arg1,...) |
| Value * | append (Value *arg) |
| Value * | put (int index, Value *arg) |
Public Attributes |
|
| Value * | fn |
| short | count |
| Value ** | arg_list |
| unsigned int | pos |
| unsigned int | line |
| ~CodeTree | ( | ) |
| void gc_trace | ( | ) | [virtual] |
Reimplemented from Collectable.
| void collect | ( | ) | [virtual] |
Implements Collectable.
| ScripterExport void sprin1 | ( | CharStream * | s | ) | [virtual] |
Reimplemented from Value.
| unsigned int line |