469470471472473474475476
*/ public void setName(CompilerEnum name) throws BuildException { if (isReference()) { throw tooManyAttributes(); } Compiler compiler = name.getCompiler(); setProcessor(compiler); }