HomeSort by relevance Sort by last modified time
    Searched full:usagevisitor (Results 1 - 1 of 1) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/renamepackage/
ApplicationPackageNameRefactoring.java 152 UsageVisitor usageVisitor = new UsageVisitor();
153 cu.accept(usageVisitor);
155 if (usageVisitor.seenAny()) {
157 if (usageVisitor.hasSeenR()) {
161 if (usageVisitor.hasSeenBuildConfig()) {
165 if (usageVisitor.hasSeenManifest()) {
499 private static class UsageVisitor extends ASTVisitor {

Completed in 370 milliseconds