net.paoding.rose.jade.statement
类 SystemInterpreter

java.lang.Object
  继承者 net.paoding.rose.jade.statement.SystemInterpreter
所有已实现的接口:
Interpreter

public class SystemInterpreter
extends Object
implements Interpreter

作者:
廖涵 [in355hz@gmail.com]

构造方法摘要
SystemInterpreter()
           
 
方法摘要
 void interpret(StatementRuntime runtime)
           
static void main(String[] args)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

SystemInterpreter

public SystemInterpreter()
方法详细信息

interpret

public void interpret(StatementRuntime runtime)
指定者:
接口 Interpreter 中的 interpret

main

public static void main(String[] args)
                 throws Exception
抛出:
Exception


Copyright © 2012. All Rights Reserved.