Class CliAbstractSig.CliTypeVarOrMvar
- java.lang.Object
-
- ghidra.app.util.bin.format.pe.cli.blobs.CliAbstractSig.CliSigType
-
- ghidra.app.util.bin.format.pe.cli.blobs.CliAbstractSig.CliTypeVarOrMvar
-
- All Implemented Interfaces:
CliRepresentable
- Enclosing class:
- CliAbstractSig
public class CliAbstractSig.CliTypeVarOrMvar 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 CliTypeVarOrMvar(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
-
CliTypeVarOrMvar
public CliTypeVarOrMvar(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
-
-