Class CliAbstractSig.CliByRef
- java.lang.Object
-
- ghidra.app.util.bin.format.pe.cli.blobs.CliAbstractSig.CliByRef
-
- All Implemented Interfaces:
CliRepresentable
- Enclosing class:
- CliAbstractSig
public static class CliAbstractSig.CliByRef extends java.lang.Object implements CliRepresentable
-
-
Constructor Summary
Constructors Constructor Description CliByRef(BinaryReader reader)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CliAbstractSig.CliElementType
getByRef()
java.lang.String
getRepresentation()
java.lang.String
getRepresentation(CliStreamMetadata stream)
java.lang.String
getShortRepresentation()
java.lang.String
getShortRepresentation(CliStreamMetadata stream)
static boolean
isByRef(BinaryReader reader)
-
-
-
Constructor Detail
-
CliByRef
public CliByRef(BinaryReader reader) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Method Detail
-
isByRef
public static boolean isByRef(BinaryReader reader) throws java.io.IOException
- Throws:
java.io.IOException
-
getByRef
public CliAbstractSig.CliElementType getByRef()
-
getRepresentation
public java.lang.String getRepresentation()
- Specified by:
getRepresentation
in interfaceCliRepresentable
-
getShortRepresentation
public java.lang.String getShortRepresentation()
- Specified by:
getShortRepresentation
in interfaceCliRepresentable
-
getRepresentation
public java.lang.String getRepresentation(CliStreamMetadata stream)
- Specified by:
getRepresentation
in interfaceCliRepresentable
-
getShortRepresentation
public java.lang.String getShortRepresentation(CliStreamMetadata stream)
- Specified by:
getShortRepresentation
in interfaceCliRepresentable
-
-