public abstract static class SuggestedFix.MatchedNodeInfo
extends java.lang.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.
Constructor and Description |
---|
MatchedNodeInfo() |
Modifier and Type | Method and Description |
---|---|
abstract int |
getCharno() |
abstract int |
getLineno() |
abstract java.lang.String |
getSourceFilename() |
abstract boolean |
isInClosurizedFile() |
Copyright © 2009-2020 Google. All Rights Reserved.