Uses of Class
bsh.Interpreter

Packages that use Interpreter
bsh   
com.metamatrix.common.properties   
com.metamatrix.script.junit   
com.metamatrix.script.shell   
 

Uses of Interpreter in bsh
 

Methods in bsh that return Interpreter
 Interpreter Interpreter.getParent()
          Get the parent Interpreter of this interpreter, if any.
 

Constructors in bsh with parameters of type Interpreter
Interpreter(java.io.Reader in, java.io.PrintStream out, java.io.PrintStream err, boolean interactive, bsh.NameSpace namespace, Interpreter parent, java.lang.String sourceFileInfo)
          The main constructor.
 

Uses of Interpreter in com.metamatrix.common.properties
 

Methods in com.metamatrix.common.properties that return Interpreter
 Interpreter ObjectPropertyManager.getInterpreter()
          Returns the Java interpreter used to evaluate poroperty values.
 

Uses of Interpreter in com.metamatrix.script.junit
 

Constructors in com.metamatrix.script.junit with parameters of type Interpreter
BshTestCase(java.lang.String scriptName, bsh.BshMethod method, Interpreter interpreter)
           
 

Uses of Interpreter in com.metamatrix.script.shell
 

Methods in com.metamatrix.script.shell with parameters of type Interpreter
 void CustomParser.setInterpreter(Interpreter i)
           
 void SimpleParser.setInterpreter(Interpreter i)
           
 



Copyright © 2009. All Rights Reserved.