Class CliAbstractSig.CliConstraint
- java.lang.Object
-
- ghidra.app.util.bin.format.pe.cli.blobs.CliAbstractSig.CliConstraint
-
- All Implemented Interfaces:
CliRepresentable
- Enclosing class:
- CliAbstractSig
public static class CliAbstractSig.CliConstraint extends java.lang.Object implements CliRepresentable
-
-
Constructor Summary
Constructors Constructor Description CliConstraint(BinaryReader reader)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CliAbstractSig.CliElementType
getConstraint()
java.lang.String
getRepresentation()
java.lang.String
getRepresentation(CliStreamMetadata stream)
java.lang.String
getShortRepresentation()
java.lang.String
getShortRepresentation(CliStreamMetadata stream)
static boolean
isConstraint(BinaryReader reader)
-
-
-
Constructor Detail
-
CliConstraint
public CliConstraint(BinaryReader reader) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Method Detail
-
isConstraint
public static boolean isConstraint(BinaryReader reader) throws java.io.IOException
- Throws:
java.io.IOException
-
getConstraint
public CliAbstractSig.CliElementType getConstraint()
-
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
-
-