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
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 |
CoalaModuleNameList
public CoalaModuleNameList()
- Simple constructor.
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.