Class VTMatchInfo

java.lang.Object
ghidra.feature.vt.api.main.VTMatchInfo
Direct Known Subclasses:
VTImpliedMatchInfo

public class VTMatchInfo extends Object
  • Field Details

  • Constructor Details

    • VTMatchInfo

      public VTMatchInfo(VTMatchSet vtMatchSet)
  • Method Details

    • getMatchSet

      public VTMatchSet getMatchSet()
    • getAssociationType

      public VTAssociationType getAssociationType()
    • setAssociationType

      public void setAssociationType(VTAssociationType associationType)
    • getTag

      public VTMatchTag getTag()
    • setTag

      public void setTag(VTMatchTag tag)
    • getSimilarityScore

      public VTScore getSimilarityScore()
    • setSimilarityScore

      public void setSimilarityScore(VTScore score)
    • setConfidenceScore

      public void setConfidenceScore(VTScore score)
    • getConfidenceScore

      public VTScore getConfidenceScore()
    • setSourceAddress

      public void setSourceAddress(ghidra.program.model.address.Address sourceAddress)
    • setDestinationAddress

      public void setDestinationAddress(ghidra.program.model.address.Address destinationAddress)
    • getSourceAddress

      public ghidra.program.model.address.Address getSourceAddress()
    • getDestinationAddress

      public ghidra.program.model.address.Address getDestinationAddress()
    • getSourceLength

      public int getSourceLength()
    • setSourceLength

      public void setSourceLength(int sourceLength)
    • getDestinationLength

      public int getDestinationLength()
    • setDestinationLength

      public void setDestinationLength(int destinationLength)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object