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.Object
Class explicitly labeling (one-side of) a matching n-gram pair.
-
-
Field Summary
Fields Modifier and Type Field Description Block
block
int
endindex
int
startindex
-
Constructor Summary
Constructors Constructor Description NgramMatch()
-
-
-
Field Detail
-
block
public Block block
-
startindex
public int startindex
-
endindex
public int endindex
-
-