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
public class CliTableTypeRef.CliTypeRefRow extends CliAbstractTableRow
-
-
Field Summary
Fields Modifier and Type Field Description intresolutionScopeIndexinttypeNameIndexinttypeNamespaceIndex
-
Constructor Summary
Constructors Constructor Description CliTypeRefRow(int resolutionScopeIndex, int typeNameIndex, int typeNamespaceIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetRepresentation()java.lang.StringgetShortRepresentation()-
Methods inherited from class ghidra.app.util.bin.format.pe.cli.tables.CliAbstractTableRow
getRepresentation, getShortRepresentation
-
-
-
-
Method Detail
-
getRepresentation
public java.lang.String getRepresentation()
- Specified by:
getRepresentationin interfaceCliRepresentable- Specified by:
getRepresentationin classCliAbstractTableRow
-
getShortRepresentation
public java.lang.String getShortRepresentation()
- Specified by:
getShortRepresentationin interfaceCliRepresentable- Overrides:
getShortRepresentationin classCliAbstractTableRow
-
-