Class MatchCandidate


  • public class MatchCandidate
    extends Object
    Case class to represent a match candidate. A match candidate on code level is just a name and a data flow graph that can be matched against a query graph. The match candidate does not keep the root to the graph to be matched but rather an instance of ExpressionRefTraversal to allow for navigation of references within the candidate.