Lines Matching refs:env

66     public static RemoteClass forClass(BatchEnvironment env,
69 RemoteClass rc = new RemoteClass(env, implClassDef);
141 private BatchEnvironment env;
164 private RemoteClass(BatchEnvironment env, ClassDefinition implClassDef) {
165 this.env = env;
178 env.error(0, "rmic.cant.make.stubs.for.interface",
189 env.getClassDeclaration(idRemote).getClassDefinition(env);
191 env.getClassDeclaration(idJavaLangException).
192 getClassDefinition(env);
194 env.getClassDeclaration(idRemoteException).
195 getClassDefinition(env);
197 env.error(0, "rmic.class.not.found", e.name);
216 interfaces[i].getClassDefinition(env);
222 defRemote.implementedBy(env, interfaces[i]))
226 if (env.verbose()) {
239 if (defRemote.implementedBy(env,
247 env.error(0, "rmic.must.implement.remote.directly",
254 env.error(0, "rmic.must.implement.remote",
264 classDef.getSuperClass().getClassDefinition(env) :
268 env.error(0, "class.not.found", e.name, classDef.getName());
290 * interfaceDef.implementedBy(env, (ClassDefinition)
358 if (env.verbose()) {
408 * if (!defRemote.implementedBy(env,
411 * env.error(0, "rmic.can.mix.remote.nonremote",
416 * env.error(0, "class.not.found", e.name,
438 ClassDeclaration[] exceptions = member.getExceptions(env);
460 env, exceptions[i]))
466 env.error(0, "class.not.found", e.name,
477 env.error(0, "rmic.must.throw.remoteexception",
491 env, member.getName(), member.getType());
493 exceptions = implMethod.getExceptions(env);
496 env, exceptions[i]))
498 env.error(0, "rmic.must.only.throw.exception",
507 env.error(0, "class.not.found", e.name,
551 superDefs[i].getClassDefinition(env);
556 env.error(0, "class.not.found", e.name, interfaceDef.getName());
597 ClassDeclaration exceptions[] = m.getExceptions(env);
759 exceptions = memberDef.getExceptions(env);
800 env.error(0, "class.not.found", e.name,
822 ClassDefinition exceptionDef = from[i].getClassDefinition(env);
825 if (exceptionDef.subClassOf(env, with[j])) {
852 if (env.verbose()) {