Lines Matching refs:where

48     public IdentifierExpression(long where, Identifier id) {
49 super(IDENT, where, Type.tError);
55 public IdentifierExpression(long where, MemberDefinition field) {
56 super(IDENT, where, field.getType());
82 env.error(where, "assign.to.uplevel", id);
87 env.error(where, "assign.to.final", id);
89 env.error(where, "assign.to.blank.final", id);
96 where, field);
108 env.error(where, "invalid.uplevel", id);
111 env.error(where, "var.not.initialized", id);
118 env.error(where, "access.inst.before.super", id);
125 env.error(where, "var.not.initialized", id);
142 env.error(where, "invalid.var", id,
147 env.error(where, "undef.var", id);
155 env.error(where, "no.field.access",
172 env.error(where, "warn.field.is.deprecated",
184 env.error(where, "inherited.hides.local",
187 env.error(where, "inherited.hides.field",
203 Expression base = new TypeExpression(where,
205 implementation = new FieldExpression(where, null, f);
207 Expression base = ctx.findOuterLink(env, where, f);
209 implementation = new FieldExpression(where, base, f);
216 env.error(where, "forward.ref",
222 env.error(where, "class.not.found", e.name, ctx.field);
224 env.error(where, "ambig.field", id,
310 loc.right = new TypeExpression(where, c.getType());
328 if (env.resolve(where, ctx.field.getClassDefinition(), t)) {
338 env.error(where, "inherited.hides.type",
345 env.error(where, "illegal.mangled.name", id, c);
368 * Convert an expresion to a type in a context where a qualified
370 * name. We do not necessarily know where the package prefix ends,
454 asm.add(where, opc_iload + type.getTypeCodeOffset(),
459 asm.add(where, opc_istore + type.getTypeCodeOffset(),