Package org.spongepowered.asm.util
Class Handles
java.lang.Object
org.spongepowered.asm.util.Handles
Utility class for working with method and field handles
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisField(org.objectweb.asm.Handle handle) static intopcodeFromTag(int tag) static inttagFromOpcode(int opcode)
-
Method Details
-
isField
public static boolean isField(org.objectweb.asm.Handle handle) -
opcodeFromTag
public static int opcodeFromTag(int tag) -
tagFromOpcode
public static int tagFromOpcode(int opcode)
-