Searched refs:getWhere (Results 1 - 18 of 18) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DIdentifierToken.java66 public long getWhere() { method in class:IdentifierToken
88 public static long getWhere(IdentifierToken id, long defaultWhere) { method in class:IdentifierToken
H A DMemberDefinition.java92 this(innerClass.getWhere(),
139 proxy = new MemberDefinition(field.getWhere(), classDef,
152 public final long getWhere() { method in class:MemberDefinition
501 env.error(getWhere(), errorString,
509 env.error(clazz.getClassDefinition().getWhere(),
723 env.error(clazz.getClassDefinition().getWhere(),
818 env.error(getWhere(), "class.not.found",
H A DImports.java141 long where = t.getWhere();
181 long where = t.getWhere();
446 currentPackageWhere = t.getWhere();
H A DParser.java393 env.error(type.getWhere(), "type.expected");
404 ext, impl, type.getWhere());
835 env.error(third.getWhere(), "assign.in.conditionalexpr");
945 env.error(e.getWhere(), "invalid.expr");
1938 env.error(((IdentifierToken)impl.elementAt(0)).getWhere(),
1945 env.error(((IdentifierToken)ext.elementAt(1)).getWhere(),
H A DClassDefinition.java160 public final long getWhere() { method in class:ClassDefinition
1290 env.error(method.getWhere(),
1437 env.error(getWhere(), "class.not.found", ee.name, this);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/
H A DLocation.java197 public Where getWhere() { method in class:Location
238 return getWhere() == Where.IN_REGISTER;
242 return getWhere() == Where.ON_STACK;
279 Assert.that(getWhere() == Where.ON_STACK, "wrong Where");
286 Assert.that(getWhere() == Where.IN_REGISTER, "wrong Where");
300 Where w = getWhere();
/openjdk7/jdk/src/share/classes/sun/tools/javac/
H A DSourceClass.java188 * @see #getWhere
254 env.error(f.getWhere(), "inconsistent.modifier", f);
267 env.error(f.getWhere(), "static.inner.method", f, this);
271 env.error(f.getWhere(), "static.inner.field", f.getName(), this);
287 env.error(f.getWhere(), "intf.constructor");
292 env.error(f.getWhere(), "constr.modifier", f);
298 env.error(f.getWhere(), "intf.initializer");
305 env.error(f.getWhere(), "void.array");
311 env.error(f.getWhere(), "intf.modifier.method", f);
316 env.error(f.getWhere(), "transien
[all...]
H A DSourceMember.java116 where = getWhere();
121 where = token.getWhere();
279 this(f.getWhere(), c, f.getDocumentation(),
471 long where = getWhere();
473 where = IdentifierToken.getWhere(expIds[i], where);
510 env.error(lf2.getWhere(), "duplicate.argument",
579 long where = n.getWhere();
584 getClassDefinition().getWhere()) {
647 env.error(n.getWhere(),
826 asm.add(getWhere(), opc_aloa
[all...]
H A DBatchParser.java140 t = new IdentifierToken(t.getWhere(),
H A DBatchEnvironment.java923 long nmpos = name.getWhere();
/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DNode.java60 public long getWhere() { method in class:Node
H A DUplevelReference.java160 localArgument = new LocalMember(target.getWhere(),
306 localArgument.getWhere(),
388 e = new AssignExpression(e.getWhere(), f, e);
H A DStatement.java75 s2 = new CompoundStatement(s1.getWhere(), body);
124 env.error(ctx.field.getWhere(), "return.required.at.end", ctx.field);
H A DIdentifierExpression.java53 this(id.getWhere(), id.getName());
H A DFieldExpression.java464 long fwhere = ctx.field.getWhere();
1055 return env.makeMemberDefinition(env, c.getWhere(),
H A DMethodExpression.java805 env.error(f.getWhere(), "class.not.found", ee.name,
833 long p = f.getWhere();
/openjdk7/jdk/src/share/classes/sun/tools/asm/
H A DAssembler.java469 long whereClass = ((SourceClass)c).getWhere();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/classbrowser/
H A DHTMLGenerator.java1279 Location.Where w = loc.getWhere();

Completed in 81 milliseconds