Multi-Scope Interpreters

From Documentation
Revision as of 07:36, 16 July 2010 by Maya001122 (talk | contribs) (Created page with '{{ZKDevelopersGuidePageHeader}} Depending on the implementation, an interpreter might have exactly one logical scope, or one logic scope per ID space to store these variables an…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Multi-Scope Interpreters


Stop.png This documentation is for an older version of ZK. For the latest one, please click here.


Depending on the implementation, an interpreter might have exactly one logical scope, or one logic scope per ID space to store these variables and methods. For sake of description, we call them the single-scope and multi-scope interpreters, respectively.

ZK's java interpreter(Beanshell) is a Multi-Scope Interpreter. Please refer to section Zscript



Last Update : 2010/07/16

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.