Package ghidra.app.util.bin.format.ne
Class NonResidentNameTable
- java.lang.Object
 - 
- ghidra.app.util.bin.format.ne.NonResidentNameTable
 
 
- 
public class NonResidentNameTable extends java.lang.ObjectA class to represent the new-executable non-resident name table. 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LengthStringOrdinalSet[]getNames()Returns the array of names defined in the non-resident name table.java.lang.StringgetTitle()Returns the non-resident name table title. 
 - 
 
- 
- 
Method Detail
- 
getTitle
public java.lang.String getTitle()
Returns the non-resident name table title.- Returns:
 - the non-resident name table title
 
 
- 
getNames
public LengthStringOrdinalSet[] getNames()
Returns the array of names defined in the non-resident name table.- Returns:
 - the array of names defined in the non-resident name table
 
 
 - 
 
 -