All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class jie.Interpreter

java.lang.Object
    |
    +----jie.Interpreter

public class Interpreter
extends Object
Interpreter for the Java interactive environment. The Interpreter executes a tokent tree by recursive descent and returns a value. The Interpeter supports the following java constructs: The Interpreter does not support the following java constructs:

Version:
0.1.0
Author:
Michael Robinson (robinson@public.bta.net.cn)
See Also:
Shell

Constructor Index

 o Interpreter(PrintStream, Context)
Create a new Interpreter instance

Constructors

 o Interpreter
public Interpreter(PrintStream err,
                   Context context) throws Exception
Create a new Interpreter instance


All Packages  Class Hierarchy  This Package  Previous  Next  Index