Class WordLocation
java.lang.Object
ghidra.util.WordLocation
A simple object that represents a word as defined by
StringUtilities.findWord(String, int). This class contains the position of the word
within the original context from whence it came.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
WordLocation
-
-
Method Details
-
empty
-
isEmpty
public boolean isEmpty() -
getContext
-
getWord
-
getStart
public int getStart() -
toString
-