Searched refs:noteUsedBy (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DEnvironment.java247 def.noteUsedBy(c, where, env);
H A DClassDefinition.java917 public void noteUsedBy(ClassDefinition ref, long where, Environment env) { method in class:ClassDefinition
/openjdk7/jdk/src/share/classes/sun/tools/javac/
H A DSourceClass.java480 * @see ClassDefinition#noteUsedBy
482 public void noteUsedBy(ClassDefinition ref, long where, Environment env) { method in class:SourceClass
484 super.noteUsedBy(ref, where, env);
735 def.noteUsedBy(this, where, env);
831 def.noteUsedBy(this, where, env);
H A DSourceMember.java488 def.noteUsedBy(getClassDefinition(), where, env);
/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DFieldExpression.java160 innerClass.noteUsedBy(ctxClass, where, env);
888 inner.noteUsedBy(ctxClass, where, env);

Completed in 64 milliseconds