pl.edu.pjwstk.yaod.sbql.abstractsyntaxtree
Class Statement

java.lang.Object
  |
  +--pl.edu.pjwstk.yaod.sbql.abstractsyntaxtree.AbstractSyntaxTree
        |
        +--pl.edu.pjwstk.yaod.sbql.abstractsyntaxtree.Statement
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BlockStatement, DeleteStatement, DoWhileStatement, EmptyBlockStatement, EmptyStatement, ExpressionStatement, ForEachStatement, IfElseStatement, IfStatement, InsertIntoStatement, PrintStatement, ProcedureCallStatement, ProcedureDeclarationStatement, RenameToStatement, ShowStatement, UpdateToStatement, WhileStatement, XmlPrintStatement

public abstract class Statement
extends AbstractSyntaxTree

See Also:
Serialized Form

Constructor Summary
Statement()
           
 
Methods inherited from class pl.edu.pjwstk.yaod.sbql.abstractsyntaxtree.AbstractSyntaxTree
accept, getLongestTypeAsSpacesString, getPreparedTypeAsString, getSpellingAndPosition, getTypeAsString, show, show
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Statement

public Statement()