Class CliAbstractSig.CliTypeBase
java.lang.Object
ghidra.app.util.bin.format.pe.cli.blobs.CliAbstractSig.CliTypeBase
- All Implemented Interfaces:
CliRepresentable
- Direct Known Subclasses:
CliAbstractSig.CliParam,CliAbstractSig.CliRetType
- Enclosing class:
- CliAbstractSig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRepresentation(CliStreamMetadata stream) getType()booleanisByRef()boolean
-
Constructor Details
-
CliTypeBase
public CliTypeBase(BinaryReader reader, boolean isRetType) throws IOException, InvalidInputException - Throws:
IOExceptionInvalidInputException
-
-
Method Details
-
getType
-
getCustomMods
-
isByRef
public boolean isByRef() -
isConstrained
public boolean isConstrained() -
getRepresentation
- Specified by:
getRepresentationin interfaceCliRepresentable
-
getRepresentation
- Specified by:
getRepresentationin interfaceCliRepresentable
-
getShortRepresentation
- Specified by:
getShortRepresentationin interfaceCliRepresentable
-
getShortRepresentation
- Specified by:
getShortRepresentationin interfaceCliRepresentable
-
getDefinitionDataType
-
getExecutionDataType
-