CollectionTypepublic class CollectionType extends DefinedType implements CollectionTEThis Type 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 type is
added with the special QName [, ] |
Fields Summary |
---|
private boolean | wrappedField wrapped |
Constructors Summary |
---|
public CollectionType(QName pqName, TypeEntry refType, Node pNode, String dims, boolean wrapped)Constructor CollectionType
super(pqName, refType, pNode, dims);
this.wrapped = wrapped;
|
Methods Summary |
---|
public boolean | isWrapped()
return wrapped;
|
|