Uses of Class
com.kenai.jnr.x86asm.RelocData.Type
-
Packages that use RelocData.Type Package Description com.kenai.jnr.x86asm -
-
Uses of RelocData.Type in com.kenai.jnr.x86asm
Fields in com.kenai.jnr.x86asm declared as RelocData.Type Modifier and Type Field Description (package private) RelocData.Type
RelocData. type
Deprecated.Type of relocation.Methods in com.kenai.jnr.x86asm that return RelocData.Type Modifier and Type Method Description static RelocData.Type
RelocData.Type. valueOf(java.lang.String name)
Returns 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 com.kenai.jnr.x86asm with parameters of type RelocData.Type Constructor Description RelocData(RelocData.Type type, int size, int offset, long destination)
Deprecated.
-