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.
Modifier and Type | Method and Description |
---|---|
int |
getCharno() |
int |
getLineno() |
String |
getSourceFilename() |
boolean |
isInClosurizedFile() |
public String getSourceFilename()
public int getLineno()
public int getCharno()
public boolean isInClosurizedFile()
Copyright © 2009-2017 Google. All Rights Reserved.