// Don't generate contained entries if they are sequences.
// Sequences are unnamed and since they translate to arrays,
// no classes are generated for them, not even holders in this
// case since they cannot be accessed outside of this union.
if (!(entry instanceof SequenceEntry))
entry.generate (symbolTable, stream);
}
} // generateContainedTypes
private void writeVerifyDefault()
{