ConForM.CoopnTools.CoKer.CoalaMgr
Class CoalaModuleNameList

java.lang.Object
  |
  +--ConForM.CoopnTools.CoKer.CoalaMgr.CoalaElement
        |
        +--ConForM.CoopnTools.CoKer.CoalaMgr.CoalaElementList
              |
              +--ConForM.CoopnTools.CoKer.CoalaMgr.CoalaModuleNameList
All Implemented Interfaces:
java.lang.Cloneable, CoopnSyntacticElement, java.io.Serializable

public class CoalaModuleNameList
extends CoalaElementList

List of coala module name.

See Also:
CoalaElement, Serialized Form

Constructor Summary
CoalaModuleNameList()
          Simple constructor.
 
Method Summary
 void add(CoalaModuleName type)
           
 CoalaModuleName[] elements()
           
 void merge(CoalaModuleNameList list)
           
 ConForM.CoopnTools.CoKer.CoalaMgr.CoalaTextMgr.CoalaTextElement toCompleteText(CoopnSymbolTable table)
          Complete textual elements conversion method.
 ConForM.CoopnTools.CoKer.CoalaMgr.CoalaTextMgr.CoalaTextElement toText()
          Textual elements conversion method.
 
Methods inherited from class ConForM.CoopnTools.CoKer.CoalaMgr.CoalaElementList
addElement, clone, contains, empty, equals, getElements, hashCode, mergeElementList, size
 
Methods inherited from class ConForM.CoopnTools.CoKer.CoalaMgr.CoalaElement
cloneCoalaElement, toCompleteString, toCompleteString, toCompleteString, toCompleteString, toCompleteString, toCompleteString, toCompleteText, toString, toString, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CoalaModuleNameList

public CoalaModuleNameList()
Simple constructor.
Method Detail

add

public void add(CoalaModuleName type)

merge

public void merge(CoalaModuleNameList list)

elements

public CoalaModuleName[] elements()

toText

public ConForM.CoopnTools.CoKer.CoalaMgr.CoalaTextMgr.CoalaTextElement toText()
Textual elements conversion method. Overrides the conversion of lists.
Overrides:
toText in class CoalaElement
Returns:
a CoalaTextElementList image.

toCompleteText

public ConForM.CoopnTools.CoKer.CoalaMgr.CoalaTextMgr.CoalaTextElement toCompleteText(CoopnSymbolTable table)
Complete textual elements conversion method. Overrides the conversion of lists.
Overrides:
toCompleteText in class CoalaElement
Parameters:
table - the symbol table used to generate symbol references
Returns:
a CoalaTextElementList image.