Uses of Class
org.openjdk.asmtools.jdis.InstructionAttr
Packages that use InstructionAttr
-
Uses of InstructionAttr in org.openjdk.asmtools.jdis
Fields in org.openjdk.asmtools.jdis with type parameters of type InstructionAttrModifier and TypeFieldDescriptionprivate final HashMap<Integer, InstructionAttr> CodeData.instructionAttrsreversed bytecode index hash, associates labels with ByteCode indexesMethods in org.openjdk.asmtools.jdis that return InstructionAttrModifier and TypeMethodDescriptionprotected InstructionAttrCodeData.getFirstInstruction()protected InstructionAttrCodeData.getInstructionAttribute(int pc) protected InstructionAttrCodeData.getLastInstruction()