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

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

public abstract class StatementList
extends AbstractSyntaxTree

The StatementList class represents the statement list nodes in the abstract syntax tree.

Author:
Jakub Trzetrzelewski, jakub_trzetrzelewski@yahoo.com
See Also:
Serialized Form

Constructor Summary
StatementList()
           
 
Methods inherited from class pl.edu.pjwstk.yaod.yaql.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()