Class SuggestedFix.MatchedNodeInfo

  • Enclosing class:
    SuggestedFix

    public abstract static class SuggestedFix.MatchedNodeInfo
    extends java.lang.Object
    Information about the node that was matched for the suggested fix. This information can be used later on when processing the SuggestedFix.

    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 Detail

      • MatchedNodeInfo

        public MatchedNodeInfo()
    • Method Detail

      • getSourceFilename

        public abstract java.lang.String getSourceFilename()
      • getLineno

        public abstract int getLineno()
      • getCharno

        public abstract int getCharno()
      • isInClosurizedFile

        public abstract boolean isInClosurizedFile()