Multi-Scope Interpreters"

From Documentation
m (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…')
 
 
Line 3: Line 3:
 
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.
 
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#Scope_for_Each_ID_space | Zscript]]
+
ZK's java interpreter(Beanshell) is a Multi-Scope Interpreter. Please refer to [[ZK_Developer's_Guide/Fundamental_ZK/ZK_User_Interface_Markup_Language/zscript| the Zscript section]]
  
 
{{ ZKDevelopersGuidePageFooter}}
 
{{ ZKDevelopersGuidePageFooter}}

Latest revision as of 11:48, 18 January 2011

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 the Zscript section



Last Update : 2011/01/18

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