public static class SuggestedFix.MatchedNodeInfo extends Object
NOTE: Since this class can be retained for a long time when running refactorings over large blobs of code, it's important that it does not contain any memory intensive objects in order to keep memory to a reasonable amount.
public String getSourceFilename()
public int getLineno()
public int getCharno()
public boolean isInClosurizedFile()
Copyright © 2009-2016 Google. All Rights Reserved.