Class CliIndexMemberRefParent
- java.lang.Object
- 
- ghidra.app.util.bin.format.pe.cli.tables.indexes.CliCodedIndexUtils
- 
- ghidra.app.util.bin.format.pe.cli.tables.indexes.CliIndexMemberRefParent
 
 
- 
 public class CliIndexMemberRefParent extends CliCodedIndexUtils 
- 
- 
Constructor SummaryConstructors Constructor Description CliIndexMemberRefParent()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static intgetRowIndex(int codedIndex)static CliTypeTablegetTableName(int codedIndex)static intreadCodedIndex(BinaryReader reader, CliStreamMetadata stream)static DataTypetoDataType(CliStreamMetadata stream)- 
Methods inherited from class ghidra.app.util.bin.format.pe.cli.tables.indexes.CliCodedIndexUtilsgetRowIndex, getTableName, readCodedIndex, toDataType
 
- 
 
- 
- 
- 
Method Detail- 
toDataTypepublic static DataType toDataType(CliStreamMetadata stream) 
 - 
getRowIndexpublic static int getRowIndex(int codedIndex) 
 - 
getTableNamepublic static CliTypeTable getTableName(int codedIndex) throws InvalidInputException - Throws:
- InvalidInputException
 
 - 
readCodedIndexpublic static int readCodedIndex(BinaryReader reader, CliStreamMetadata stream) throws java.io.IOException - Throws:
- java.io.IOException
 
 
- 
 
-