Class PptNameMatcher


  • public class PptNameMatcher
    extends Object
    Matches program point names with their corresponding MethodDeclaration's (or ConstructorDeclaration's) in an AST.

    There are a number of issues in matching, for example, ASTs contain generics, and program point names do not. This implementation handles such issues.