Uses of Enum
jnr.a64asm.RelocData.Type
-
Uses of RelocData.Type in jnr.a64asm
Subclasses with type arguments of type RelocData.Type in jnr.a64asmFields in jnr.a64asm declared as RelocData.TypeModifier and TypeFieldDescription(package private) final RelocData.TypeRelocData.typeType of relocation.Methods in jnr.a64asm that return RelocData.TypeModifier and TypeMethodDescriptionstatic RelocData.TypeReturns the enum constant of this type with the specified name.static RelocData.Type[]RelocData.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in jnr.a64asm with parameters of type RelocData.TypeModifierConstructorDescriptionRelocData(RelocData.Type type, int size, int offset, long destination)