Class TemplateMatch

java.lang.Object
com.google.errorprone.refaster.TemplateMatch

public abstract class TemplateMatch extends Object
Abstract type representing a match against a Template.
Author:
lowasser@google.com (Louis Wasserman)
  • Constructor Details

    • TemplateMatch

      public TemplateMatch(com.sun.tools.javac.tree.JCTree location, Unifier unifier)
  • Method Details

    • getLocation

      public com.sun.tools.javac.tree.JCTree getLocation()
    • getUnifier

      public Unifier getUnifier()
    • createInliner

      public Inliner createInliner()
    • getRange

      public String getRange(com.sun.tools.javac.tree.JCTree.JCCompilationUnit unit)