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.CliElementType
getCMOD()
DataType
getDefinitionDataType()
java.lang.String
getRepresentation()
java.lang.String
getRepresentation(CliStreamMetadata stream)
CliAbstractTableRow
getRow(CliStreamMetadata stream)
int
getRowIndex()
CliTypeTable
getTable()
int
getTypeEncoded()
static boolean
isCustomMod(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()
-
-