Annotation of parser3/src/doc/executor.dox, revision 1.2.44.1

1.1       paf         1: /**    @page Executor Executor
                      2: 
1.2.44.1! paf         3: Code in internal form then got executed.
        !             4: 
        !             5: Methods[Method] can be 
        !             6: - native: registered by VStateless_class::add_native_method, and nave nonempty Method::native_code
        !             7: - parser: registered by VStateless_class::add_method, and nave nonempty Method::parser_code
1.1       paf         8: 
                      9: @see execute.C
                     10: 
                     11: */

E-mail: