assert _sourceFileInfo != null; // process() should guarantee this.
if ( decl instanceof ClassDeclaration )
{
ClassDeclaration classDecl = ( ClassDeclaration ) decl;
BaseGenerator generator = getGenerator( classDecl, this );
if ( generator != null ) generator.generate( classDecl );
}
}