uk.ac.ic.doc.automed.templates.wrapper
Class TemplateCompilerSimulator.LIST

java.lang.Object
  |
  +--uk.ac.ic.doc.automed.templates.wrapper.TemplateCompilerSimulator.ITEM
        |
        +--uk.ac.ic.doc.automed.templates.wrapper.TemplateCompilerSimulator.LIST
Direct Known Subclasses:
TemplateCompilerSimulator.OBJECTLIST, TemplateCompilerSimulator.STRINGLIST
Enclosing class:
TemplateCompilerSimulator

public static class TemplateCompilerSimulator.LIST
extends TemplateCompilerSimulator.ITEM


Field Summary
 
Fields inherited from class uk.ac.ic.doc.automed.templates.wrapper.TemplateCompilerSimulator.ITEM
hidden, myArgument, myCompiler
 
Constructor Summary
protected TemplateCompilerSimulator.LIST()
           
protected TemplateCompilerSimulator.LIST(TArgument arg)
           
 
Method Summary
 TemplateCompilerSimulator.OBJECT ELEMENT_AT(int index, Construct c)
           
 TemplateCompilerSimulator.ITEM ELEMENT_AT(int index, int type)
           
 
Methods inherited from class uk.ac.ic.doc.automed.templates.wrapper.TemplateCompilerSimulator.ITEM
getArgument, hide, isHidden, setArgument, setCompiler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateCompilerSimulator.LIST

protected TemplateCompilerSimulator.LIST(TArgument arg)

TemplateCompilerSimulator.LIST

protected TemplateCompilerSimulator.LIST()
Method Detail

ELEMENT_AT

public TemplateCompilerSimulator.ITEM ELEMENT_AT(int index,
                                                 int type)
                                          throws java.lang.Exception
java.lang.Exception

ELEMENT_AT

public TemplateCompilerSimulator.OBJECT ELEMENT_AT(int index,
                                                   Construct c)
                                            throws java.lang.Exception
java.lang.Exception