Uses of Enum Class
com.pnfsoftware.jeb.core.units.code.asm.items.NativeItemEventType
Packages that use NativeItemEventType
Package
Description
Native code items, including code items and data items.
-
Uses of NativeItemEventType in com.pnfsoftware.jeb.core.units.code.asm.items
Methods in com.pnfsoftware.jeb.core.units.code.asm.items that return NativeItemEventTypeModifier and TypeMethodDescriptionNativeItemEvent.getType()static NativeItemEventTypeReturns the enum constant of this class with the specified name.static NativeItemEventType[]NativeItemEventType.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.items with parameters of type NativeItemEventTypeModifierConstructorDescriptionNativeItemEvent(NativeItemEventType eventType, INativeItem item) NativeItemEvent(NativeItemEventType eventType, INativeItem item, NativeItemEventSubType eventSubtype, Object eventDetails)