Class FunctionMatchSet

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<SubroutineMatch>, java.util.Collection<SubroutineMatch>, java.util.List<SubroutineMatch>, java.util.RandomAccess

    public class FunctionMatchSet
    extends java.util.ArrayList<SubroutineMatch>
    To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      Program aProgram  
      Program bProgram  
      • Fields inherited from class java.util.AbstractList

        modCount
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getLength​(Address addr)
      Assumes the address is in program a
      int getLength​(Address addr, Program aProgram)  
      SubroutineMatch[] getMatches()  
      • Methods inherited from class java.util.ArrayList

        add, add, addAll, addAll, clear, clone, contains, ensureCapacity, equals, forEach, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
      • Methods inherited from class java.util.AbstractCollection

        containsAll, toString
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.Collection

        parallelStream, stream, toArray
      • Methods inherited from interface java.util.List

        containsAll
    • Field Detail

      • aProgram

        public final Program aProgram
      • bProgram

        public final Program bProgram
    • Constructor Detail

      • FunctionMatchSet

        public FunctionMatchSet​(Program aProgram,
                                Program bProgram)
        Parameters:
        thisProgramName - Name of this program (i.e. the program from which the matching was initiated.
        otherProgramName - Name of the program being matched.
    • Method Detail

      • getMatches

        public SubroutineMatch[] getMatches()
        Returns:
        The sorted array of matches.
      • getLength

        public int getLength​(Address addr,
                             Program aProgram)
      • getLength

        public int getLength​(Address addr)
        Assumes the address is in program a