edu.ustc.cs.compile.platform.handler
类 InterpreterHandler

java.lang.Object
  继承者 edu.ustc.cs.compile.platform.handler.InterpreterHandler

public class InterpreterHandler
extends java.lang.Object


构造函数摘要
InterpreterHandler()
           
 
方法摘要
 boolean interprete(InterRepresent ir, InterpreterInterface interpreter, boolean debug)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造函数详细信息

InterpreterHandler

public InterpreterHandler()
方法详细信息

interprete

public boolean interprete(InterRepresent ir,
                          InterpreterInterface interpreter,
                          boolean debug)