Uses of Interface
org.zkoss.zk.scripting.Interpreter
-
-
Uses of Interpreter in org.zkoss.zk.scripting
Methods in org.zkoss.zk.scripting that return Interpreter Modifier and Type Method Description static InterpreterInterpreters. newInterpreter(java.lang.String zslang, Page owner)Returns the interpreter for the specified language name. -
Uses of Interpreter in org.zkoss.zk.scripting.bsh
Classes in org.zkoss.zk.scripting.bsh that implement Interpreter Modifier and Type Class Description classBSHInterpreterThe interpreter that uses BeanShell to interpret zscript codes. -
Uses of Interpreter in org.zkoss.zk.scripting.groovy
Classes in org.zkoss.zk.scripting.groovy that implement Interpreter Modifier and Type Class Description classGroovyInterpreterGroovy interpreter. -
Uses of Interpreter in org.zkoss.zk.scripting.jruby
Classes in org.zkoss.zk.scripting.jruby that implement Interpreter Modifier and Type Class Description classJRubyInterpreterJRuby interpreter. -
Uses of Interpreter in org.zkoss.zk.scripting.jython
Classes in org.zkoss.zk.scripting.jython that implement Interpreter Modifier and Type Class Description classJythonInterpreterThe Python interpreter based on jython. -
Uses of Interpreter in org.zkoss.zk.scripting.rhino
Classes in org.zkoss.zk.scripting.rhino that implement Interpreter Modifier and Type Class Description classRhinoInterpreterRhino-based JavaScript interpreter. -
Uses of Interpreter in org.zkoss.zk.scripting.util
Classes in org.zkoss.zk.scripting.util that implement Interpreter Modifier and Type Class Description classGenericInterpreterA skeletal class for implementing a interpreter (Interpreter). -
Uses of Interpreter in org.zkoss.zk.ui
Methods in org.zkoss.zk.ui that return Interpreter Modifier and Type Method Description InterpreterPage. getInterpreter(java.lang.String zslang)Returns the interpreter of the specified scripting language.Methods in org.zkoss.zk.ui that return types with arguments of type Interpreter Modifier and Type Method Description java.util.Collection<Interpreter>Page. getLoadedInterpreters()Returns all loaded interpreters. -
Uses of Interpreter in org.zkoss.zk.ui.impl
Methods in org.zkoss.zk.ui.impl that return Interpreter Modifier and Type Method Description InterpreterPageImpl. getInterpreter(java.lang.String zslang)Methods in org.zkoss.zk.ui.impl that return types with arguments of type Interpreter Modifier and Type Method Description java.util.Collection<Interpreter>PageImpl. getLoadedInterpreters()
-