Class CliTableTypeRef.CliTypeRefRow
java.lang.Object
ghidra.app.util.bin.format.pe.cli.tables.CliAbstractTableRow
ghidra.app.util.bin.format.pe.cli.tables.CliTableTypeRef.CliTypeRefRow
- All Implemented Interfaces:
CliRepresentable
- Enclosing class:
- CliTableTypeRef
-
Field Summary
FieldsModifier and TypeFieldDescriptionintintint -
Constructor Summary
ConstructorsConstructorDescriptionCliTypeRefRow(int resolutionScopeIndex, int typeNameIndex, int typeNamespaceIndex) -
Method Summary
Methods inherited from class ghidra.app.util.bin.format.pe.cli.tables.CliAbstractTableRow
getRepresentation, getShortRepresentation
-
Field Details
-
resolutionScopeIndex
public int resolutionScopeIndex -
typeNameIndex
public int typeNameIndex -
typeNamespaceIndex
public int typeNamespaceIndex
-
-
Constructor Details
-
CliTypeRefRow
public CliTypeRefRow(int resolutionScopeIndex, int typeNameIndex, int typeNamespaceIndex)
-
-
Method Details
-
getRepresentation
- Specified by:
getRepresentationin interfaceCliRepresentable- Specified by:
getRepresentationin classCliAbstractTableRow
-
getShortRepresentation
- Specified by:
getShortRepresentationin interfaceCliRepresentable- Overrides:
getShortRepresentationin classCliAbstractTableRow
-