Class CliAbstractSig.CliCustomMod
java.lang.Object
ghidra.app.util.bin.format.pe.cli.blobs.CliAbstractSig.CliCustomMod
- All Implemented Interfaces:
 CliRepresentable
- Enclosing class:
 CliAbstractSig
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetCMOD()getRepresentation(CliStreamMetadata stream) getRow(CliStreamMetadata stream) intgetTable()intstatic booleanisCustomMod(BinaryReader reader)  
- 
Constructor Details
- 
CliCustomMod
- Throws:
 IOException
 
 - 
 - 
Method Details
- 
isCustomMod
- Throws:
 IOException
 - 
getCMOD
 - 
getTypeEncoded
public int getTypeEncoded() - 
getTable
 - 
getRowIndex
public int getRowIndex() - 
getRow
 - 
getDefinitionDataType
 - 
getRepresentation
- Specified by:
 getRepresentationin interfaceCliRepresentable
 - 
getRepresentation
- Specified by:
 getRepresentationin interfaceCliRepresentable
 - 
getShortRepresentation
- Specified by:
 getShortRepresentationin interfaceCliRepresentable
 - 
getShortRepresentation
- Specified by:
 getShortRepresentationin interfaceCliRepresentable
 
 -