Package com.google.errorprone.refaster
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 Summary
Constructors Constructor Description TemplateMatch(com.sun.tools.javac.tree.JCTree location, Unifier unifier)
-
Method Summary
Modifier and Type Method Description Inliner
createInliner()
com.sun.tools.javac.tree.JCTree
getLocation()
String
getRange(com.sun.tools.javac.tree.JCTree.JCCompilationUnit unit)
Unifier
getUnifier()
-
Constructor Details
-
TemplateMatch
-
-
Method Details
-
getLocation
public com.sun.tools.javac.tree.JCTree getLocation() -
getUnifier
-
createInliner
-
getRange
-