pl.edu.pjwstk.yaod.sbql
Class Interpreter
java.lang.Object
|
+--pl.edu.pjwstk.yaod.sbql.Interpreter
- public class Interpreter
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Interpreter
public Interpreter(SVRP sp)
getENVS
public EnvironmentalStack getENVS()
getQRES
public QueryResultStack getQRES()
getAST
public AbstractSyntaxTree getAST()
getSP
public SVRP getSP()
getPW
public java.io.PrintWriter getPW()
setPW
public void setPW(java.io.PrintWriter PW)
start
public java.util.Vector start(java.lang.String str)
throws SBQLException
convertToProtocolResult
public Result convertToProtocolResult(QueryResult r)
initializeENVS
public void initializeENVS()
dumpENVS
public javax.swing.tree.DefaultMutableTreeNode dumpENVS()
dumpENVS
public void dumpENVS(javax.swing.tree.DefaultMutableTreeNode parentNode)
dumpAST
public javax.swing.tree.DefaultMutableTreeNode dumpAST()
dumpAST
public void dumpAST(AbstractSyntaxTree AST,
javax.swing.tree.DefaultMutableTreeNode parentNode)
dumpDB
public javax.swing.tree.DefaultMutableTreeNode dumpDB()