pl.edu.pjwstk.yaod.sbql
Class Interpreter

java.lang.Object
  |
  +--pl.edu.pjwstk.yaod.sbql.Interpreter

public class Interpreter
extends java.lang.Object


Constructor Summary
Interpreter(SVRP sp)
           
 
Method Summary
 Result convertToProtocolResult(QueryResult r)
           
 javax.swing.tree.DefaultMutableTreeNode dumpAST()
           
 void dumpAST(AbstractSyntaxTree AST, javax.swing.tree.DefaultMutableTreeNode parentNode)
           
 javax.swing.tree.DefaultMutableTreeNode dumpDB()
           
 javax.swing.tree.DefaultMutableTreeNode dumpENVS()
           
 void dumpENVS(javax.swing.tree.DefaultMutableTreeNode parentNode)
           
 AbstractSyntaxTree getAST()
           
 EnvironmentalStack getENVS()
           
 java.io.PrintWriter getPW()
           
 QueryResultStack getQRES()
           
 SVRP getSP()
           
 void initializeENVS()
           
 void setPW(java.io.PrintWriter PW)
           
 java.util.Vector start(java.lang.String str)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Interpreter

public Interpreter(SVRP sp)
Method Detail

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()