Class CliTableCustomAttribute.CliCustomAttributeRow
- java.lang.Object
 - 
- ghidra.app.util.bin.format.pe.cli.tables.CliAbstractTableRow
 - 
- ghidra.app.util.bin.format.pe.cli.tables.CliTableCustomAttribute.CliCustomAttributeRow
 
 
 
- 
- All Implemented Interfaces:
 CliRepresentable
- Enclosing class:
 - CliTableCustomAttribute
 
public class CliTableCustomAttribute.CliCustomAttributeRow extends CliAbstractTableRow
 
- 
- 
Field Summary
Fields Modifier and Type Field Description intparentIndexinttypeIndexintvalueIndex 
- 
Constructor Summary
Constructors Constructor Description CliCustomAttributeRow(int parentIndex, int typeIndex, int valueIndex) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetRepresentation()- 
Methods inherited from class ghidra.app.util.bin.format.pe.cli.tables.CliAbstractTableRow
getRepresentation, getShortRepresentation, getShortRepresentation 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getRepresentation
public java.lang.String getRepresentation()
- Specified by:
 getRepresentationin interfaceCliRepresentable- Specified by:
 getRepresentationin classCliAbstractTableRow
 
 - 
 
 -