Class CliAbstractSig.CliTypePtr
- java.lang.Object
-
- ghidra.app.util.bin.format.pe.cli.blobs.CliAbstractSig.CliSigType
-
- ghidra.app.util.bin.format.pe.cli.blobs.CliAbstractSig.CliTypePtr
-
- All Implemented Interfaces:
CliRepresentable
- Enclosing class:
- CliAbstractSig
public class CliAbstractSig.CliTypePtr extends CliAbstractSig.CliSigType
-
-
Field Summary
-
Fields inherited from class ghidra.app.util.bin.format.pe.cli.blobs.CliAbstractSig.CliSigType
baseTypeCode, PATH
-
-
Constructor Summary
Constructors Constructor Description CliTypePtr(BinaryReader reader, CliAbstractSig.CliElementType typeCode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataTypegetDefinitionDataType()java.lang.StringgetRepresentation()-
Methods inherited from class ghidra.app.util.bin.format.pe.cli.blobs.CliAbstractSig.CliSigType
getExecutionDataType, getRepresentation, getShortRepresentation, getShortRepresentation
-
-
-
-
Constructor Detail
-
CliTypePtr
public CliTypePtr(BinaryReader reader, CliAbstractSig.CliElementType typeCode) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Method Detail
-
getRepresentation
public java.lang.String getRepresentation()
- Specified by:
getRepresentationin interfaceCliRepresentable- Specified by:
getRepresentationin classCliAbstractSig.CliSigType
-
getDefinitionDataType
public DataType getDefinitionDataType()
- Specified by:
getDefinitionDataTypein classCliAbstractSig.CliSigType
-
-