Class CliAbstractSig.CliCustomMod
- java.lang.Object
-
- ghidra.app.util.bin.format.pe.cli.blobs.CliAbstractSig.CliCustomMod
-
- Enclosing class:
- CliAbstractSig
public static class CliAbstractSig.CliCustomMod extends java.lang.Object
-
-
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()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)
-
getRepresentation
public java.lang.String getRepresentation()
-
-