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.CliElementTypegetByRef()java.lang.StringgetRepresentation()java.lang.StringgetRepresentation(CliStreamMetadata stream)java.lang.StringgetShortRepresentation()java.lang.StringgetShortRepresentation(CliStreamMetadata stream)static booleanisByRef(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:
getRepresentationin interfaceCliRepresentable
-
getShortRepresentation
public java.lang.String getShortRepresentation()
- Specified by:
getShortRepresentationin interfaceCliRepresentable
-
getRepresentation
public java.lang.String getRepresentation(CliStreamMetadata stream)
- Specified by:
getRepresentationin interfaceCliRepresentable
-
getShortRepresentation
public java.lang.String getShortRepresentation(CliStreamMetadata stream)
- Specified by:
getShortRepresentationin interfaceCliRepresentable
-
-