Uses of Interface
org.norther.tammi.core.scripter.lang.Interpreter

Packages that use Interpreter
org.norther.tammi.core.scripter.djava   
org.norther.tammi.core.scripter.groovy   
org.norther.tammi.core.scripter.lang   
org.norther.tammi.spray.engine.tool   
org.norther.tammi.sprig.jasper.model   
 

Uses of Interpreter in org.norther.tammi.core.scripter.djava
 

Classes in org.norther.tammi.core.scripter.djava that implement Interpreter
 class DJavaEngine
          A djava interpreter engine to compile, evaluate and execute Java scripts and expressions.
 

Methods in org.norther.tammi.core.scripter.djava that return Interpreter
protected  Interpreter DJavaEngine.getInterpreter()
           
 

Uses of Interpreter in org.norther.tammi.core.scripter.groovy
 

Classes in org.norther.tammi.core.scripter.groovy that implement Interpreter
 class GroovyEngine
          A groovy interpreter engine to compile, evaluate and execute Java scripts and expressions.
 class GroovyInterpreter
          A Groovy interpreter.
 

Methods in org.norther.tammi.core.scripter.groovy that return Interpreter
protected  Interpreter GroovyEngine.getInterpreter()
           
 

Uses of Interpreter in org.norther.tammi.core.scripter.lang
 

Classes in org.norther.tammi.core.scripter.lang that implement Interpreter
 class AbstractInterpreter
          An abstract interpreter adapter for BSF engines.
 class EngineInterpreter
          An interpreter adapter for BSF engines.
 

Methods in org.norther.tammi.core.scripter.lang that return Interpreter
protected abstract  Interpreter AbstractInterpreter.getInterpreter()
          Gets the adapted interpreter.
 

Uses of Interpreter in org.norther.tammi.spray.engine.tool
 

Methods in org.norther.tammi.spray.engine.tool that return Interpreter
protected  Interpreter JavaTool.getInterpreter()
          Gets an interpreter.
 

Uses of Interpreter in org.norther.tammi.sprig.jasper.model
 

Constructors in org.norther.tammi.sprig.jasper.model with parameters of type Interpreter
JavaEvaluator(String className, Interpreter ri)
          Constructs a new evaluator.
 



Copyright © 2004 The Norther Organization. All rights reserved.