tomp.ext.compiler
Class CollectionLoop

java.lang.Object
  |
  +--tomp.ext.compiler.Item
        |
        +--tomp.ext.compiler.ComposedItem
              |
              +--tomp.ext.compiler.CollectionLoop
All Implemented Interfaces:
java.lang.Comparable

public class CollectionLoop
extends ComposedItem


Field Summary
 java.lang.String collectionName
           
 
Fields inherited from class tomp.ext.compiler.Item
application, condition, element, id, index, initParams, inPackage, isOnException, itemOn, items, params, parent, priority, returnCodeOnException, sourcePath, targetPath, toUpdate, type, whatCatch
 
Constructor Summary
CollectionLoop(org.jdom.Element e, Application app, java.lang.String id, java.lang.String type, Item parent, int priority, java.lang.String collectionName, java.lang.String inPackage)
           
 
Method Summary
 void header(java.lang.StringBuffer output, int indent)
           
 
Methods inherited from class tomp.ext.compiler.ComposedItem
footer, getClassFileName, getFileName, produceSource, saveSource
 
Methods inherited from class tomp.ext.compiler.Item
addAllImports, addImports, addItem, beginCatch, beginTry, body, clearImports, compareTo, condition, conditionFooter, conditionHeader, declaration, defaultCatch, determineWhatInitParamsImport, endCatch, findItem, generateParameters, generateSetParameters, generateSubstParameters, getAction, getDescendantOrSelfCount, getFilterStyleRef, getId, getImport, getImports, gets, getSourcePath, getTargetPath, isFiltered, label, processChildren, produceImports, produceItems, producePackageDecl, setImports, setSourcePath, setTargetPath, setWhatCatch
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

collectionName

public java.lang.String collectionName
Constructor Detail

CollectionLoop

public CollectionLoop(org.jdom.Element e,
                      Application app,
                      java.lang.String id,
                      java.lang.String type,
                      Item parent,
                      int priority,
                      java.lang.String collectionName,
                      java.lang.String inPackage)
Method Detail

header

public void header(java.lang.StringBuffer output,
                   int indent)
Overrides:
header in class ComposedItem