Class TemplateMatch


  • public abstract class TemplateMatch
    extends Object
    Abstract type representing a match against a Template.
    Author:
    [email protected] (Louis Wasserman)
    • Constructor Detail

      • TemplateMatch

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

      • 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)