koala.dynamicjava.tree
Class ForSlashEachStatement

java.lang.Object
  extended by koala.dynamicjava.tree.Node
      extended by koala.dynamicjava.tree.Statement
          extended by koala.dynamicjava.tree.ForSlashEachStatement
All Implemented Interfaces:
SourceInfo.Wrapper
Direct Known Subclasses:
ForEachStatement, ForStatement

public abstract class ForSlashEachStatement
extends Statement

This class represents the for statement nodes of the syntax tree

Version:
1.0 - 2004/03/26
Author:
Adam Wulf and David Peters

Constructor Summary
protected ForSlashEachStatement(SourceInfo si)
           
 
Method Summary
 
Methods inherited from class koala.dynamicjava.tree.Node
acceptVisitor, archiveProperties, getProperties, getProperty, getSourceInfo, hasProperty, setProperty, setSourceInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForSlashEachStatement

protected ForSlashEachStatement(SourceInfo si)