voidtype : iscomposite

Test if this typename is a composite one.

Any other method of any other object can call this method. This is called 'public' access.

The data-type returned is "booltype"; True if this typename is composite.

This method is contained in the object "voidtype".

This method takes no arguments.

This method is overridden from an abstract method with the same signature found in the object @typename.

Implementations

C++

Return false.

	return false;

Java

Return false.

	return false;

Generated: Wed Apr 5 23:58:20 EST 2006 using "xsltproc ... docbook.xsl". Copyright (c) 2003, 2004, 2005; Paul Hamilton; pHamtec P/L. Use, modification, and distribution is provided free of any limitations.