if (objSymbol.supportsCoercion(TypeConstants.TYPE_LIST))
{
//typeDesc = objSymbol.coerce(TypeConstants.TYPE_LIST);
final EList<ValueType> args = new BasicEList<ValueType>();
args.add(new ValueType(Signature.SIG_INT, ValueType.ASSIGNMENT_TYPE_RHS));
return objSymbol.call("get", args, base.getName()+"["+offset+"]"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
}
return getCCAttrsSymbolIfNecessary(typeDesc);
// check unconstrained type
// if (typeDesc instanceof IBoundedTypeDescriptor)