Uses of Enum Class
com.kenai.jnr.x86asm.RelocData.Type
Packages that use RelocData.Type
-
Uses of RelocData.Type in com.kenai.jnr.x86asm
Fields in com.kenai.jnr.x86asm declared as RelocData.TypeModifier and TypeFieldDescription(package private) final RelocData.Type
RelocData.type
Deprecated.Type of relocation.Methods in com.kenai.jnr.x86asm that return RelocData.TypeModifier and TypeMethodDescriptionstatic RelocData.Type
Returns the enum constant of this class with the specified name.static RelocData.Type[]
RelocData.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.kenai.jnr.x86asm with parameters of type RelocData.TypeModifierConstructorDescriptionRelocData
(RelocData.Type type, int size, int offset, long destination) Deprecated.