Package ghidra.program.model.correlate
Class HashStore.NgramMatch
- java.lang.Object
 - 
- ghidra.program.model.correlate.HashStore.NgramMatch
 
 
- 
- Enclosing class:
 - HashStore
 
public static class HashStore.NgramMatch extends java.lang.ObjectClass explicitly labeling (one-side of) a matching n-gram pair. 
- 
- 
Field Summary
Fields Modifier and Type Field Description Blockblockintendindexintstartindex 
- 
Constructor Summary
Constructors Constructor Description NgramMatch() 
 - 
 
- 
- 
Field Detail
- 
block
public Block block
 
- 
startindex
public int startindex
 
- 
endindex
public int endindex
 
 - 
 
 -