analyzer.interp
Class InterpreterClass

java.lang.Object
  |
  +--analyzer.interp.InterpreterClass

public class InterpreterClass
extends java.lang.Object


Field Summary
protected  java.lang.Class c
           
protected  Interpreter interpreter
           
protected  java.lang.String name
           
protected  DataTreeNode node
           
 
Constructor Summary
InterpreterClass(java.lang.Class c, DataTreeNode node)
           
 
Method Summary
 Interpreter getInstance()
          Returns the instance of the interpreter for this object.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

c

protected java.lang.Class c

name

protected java.lang.String name

node

protected DataTreeNode node

interpreter

protected Interpreter interpreter
Constructor Detail

InterpreterClass

public InterpreterClass(java.lang.Class c,
                        DataTreeNode node)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getInstance

public Interpreter getInstance()
Returns the instance of the interpreter for this object.


Email questions and comments to
shumway@uiuc.edu or nzhong@ncsa.uiuc.edu