withAllSubinterfaces

withAllSubinterfaces(coll: JadeInterfaceColl input);

The withAllSubinterfaces method of the JadeInterface class adds all sub‑interfaces of the receiver interface up to and including the receiver interface to the collection specified in the coll parameter. This adds only sub‑interfaces defined in the same schema as the receiver interface.

The collection is not cleared before instances are added.