Uses of Enum Class
com.pnfsoftware.jeb.core.units.code.asm.sig.SignatureTargetType
Packages that use SignatureTargetType
Package
Description
Types for library code signatures (siglib) generation and identification.
-
Uses of SignatureTargetType in com.pnfsoftware.jeb.core.units.code.asm.sig
Methods in com.pnfsoftware.jeb.core.units.code.asm.sig that return SignatureTargetTypeModifier and TypeMethodDescriptionNativeSignatureFlags.getTargetType()
static SignatureTargetType
Returns the enum constant of this class with the specified name.static SignatureTargetType[]
SignatureTargetType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.pnfsoftware.jeb.core.units.code.asm.sig with parameters of type SignatureTargetTypeModifierConstructorDescriptionNativeSignatureFlags
(SignatureTargetType type, boolean meaningfulName)