Searched defs:getWhere (Results 1 - 5 of 5) 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 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/jdk/src/share/classes/sun/tools/tree/
H A DNode.java60 public long getWhere() { method in class:Node
/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();

Completed in 391 milliseconds