CollectionElementpublic class CollectionElement extends DefinedElement implements CollectionTEThis Element is for a QName that is a 'collection'.
For example,
We need a way to indicate in the symbol table that a foo is
'collection of bars', In such cases a collection element is
added with the special QName [, ] |
Constructors Summary |
---|
public CollectionElement(QName pqName, TypeEntry refType, Node pNode, String dims)Constructor CollectionElement
super(pqName, refType, pNode, dims);
|
|