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

java.lang.Object
  |
  +--pl.edu.pjwstk.yaod.sbql.abstractsyntaxtree.AbstractSyntaxTree
        |
        +--pl.edu.pjwstk.yaod.sbql.abstractsyntaxtree.StatementList
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
LastStatementList, PairStatementList

public abstract class StatementList
extends AbstractSyntaxTree

See Also:
Serialized Form

Constructor Summary
StatementList()
           
 
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

StatementList

public StatementList()