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.CliElementType
getCMOD()
DataType
getDefinitionDataType()
java.lang.String
getRepresentation()
java.lang.String
getRepresentation(CliStreamMetadata stream)
CliAbstractTableRow
getRow(CliStreamMetadata stream)
int
getRowIndex()
java.lang.String
getShortRepresentation()
java.lang.String
getShortRepresentation(CliStreamMetadata stream)
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)
- Specified by:
getRepresentation
in interfaceCliRepresentable
-
getRepresentation
public java.lang.String getRepresentation()
- Specified by:
getRepresentation
in interfaceCliRepresentable
-
getShortRepresentation
public java.lang.String getShortRepresentation()
- Specified by:
getShortRepresentation
in interfaceCliRepresentable
-
getShortRepresentation
public java.lang.String getShortRepresentation(CliStreamMetadata stream)
- Specified by:
getShortRepresentation
in interfaceCliRepresentable
-
-