Class CliAbstractSig.CliCustomMod
- java.lang.Object
-
- ghidra.app.util.bin.format.pe.cli.blobs.CliAbstractSig.CliCustomMod
-
- All Implemented Interfaces:
CliRepresentable
- Enclosing class:
- CliAbstractSig
public static class CliAbstractSig.CliCustomMod extends java.lang.Object implements CliRepresentable
-
-
Constructor Summary
Constructors Constructor Description CliCustomMod(BinaryReader reader)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CliAbstractSig.CliElementTypegetCMOD()DataTypegetDefinitionDataType()java.lang.StringgetRepresentation()java.lang.StringgetRepresentation(CliStreamMetadata stream)CliAbstractTableRowgetRow(CliStreamMetadata stream)intgetRowIndex()java.lang.StringgetShortRepresentation()java.lang.StringgetShortRepresentation(CliStreamMetadata stream)CliTypeTablegetTable()intgetTypeEncoded()static booleanisCustomMod(BinaryReader reader)
-
-
-
Constructor Detail
-
CliCustomMod
public CliCustomMod(BinaryReader reader) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Method Detail
-
isCustomMod
public static boolean isCustomMod(BinaryReader reader) throws java.io.IOException
- Throws:
java.io.IOException
-
getCMOD
public CliAbstractSig.CliElementType getCMOD()
-
getTypeEncoded
public int getTypeEncoded()
-
getTable
public CliTypeTable getTable()
-
getRowIndex
public int getRowIndex()
-
getRow
public CliAbstractTableRow getRow(CliStreamMetadata stream)
-
getDefinitionDataType
public DataType getDefinitionDataType()
-
getRepresentation
public java.lang.String getRepresentation(CliStreamMetadata stream)
- Specified by:
getRepresentationin interfaceCliRepresentable
-
getRepresentation
public java.lang.String getRepresentation()
- Specified by:
getRepresentationin interfaceCliRepresentable
-
getShortRepresentation
public java.lang.String getShortRepresentation()
- Specified by:
getShortRepresentationin interfaceCliRepresentable
-
getShortRepresentation
public java.lang.String getShortRepresentation(CliStreamMetadata stream)
- Specified by:
getShortRepresentationin interfaceCliRepresentable
-
-