HomeSort by relevance Sort by last modified time
    Searched refs:mAst (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ReplaceStringsVisitor.java 61 private final AST mAst;
74 mAst = ast;
95 Name qualifierName = mAst.newName(mRQualifier + ".string"); //$NON-NLS-1$
96 SimpleName idName = mAst.newSimpleName(mXmlId);
97 ASTNode newNode = mAst.newQualifiedName(qualifierName, idName);
113 context = mAst.newSimpleName("Context"); //$NON-NLS-1$
118 MethodInvocation mi2 = mAst.newMethodInvocation();
119 mi2.setName(mAst.newSimpleName("getString")); //$NON-NLS-1$
311 return mAst.newSimpleName(var.getName().getIdentifier());
386 MethodInvocation mi = mAst.newMethodInvocation()
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/renamepackage/
ApplicationPackageNameRefactoring.java 537 final AST mAst;
541 mAst = ast;

Completed in 575 milliseconds