Uses of Interface
org.stianloader.softmap.FramedRemapper
Packages that use FramedRemapper
-
Uses of FramedRemapper in org.stianloader.softmap
Classes in org.stianloader.softmap that implement FramedRemapper -
Uses of FramedRemapper in org.stianloader.softmap.insns
Methods in org.stianloader.softmap.insns with parameters of type FramedRemapperModifier and TypeMethodDescriptionstatic @Nullable MatchResultInvokeInsn.mapDescriptor(@NotNull StringToken methodDescToken, @NotNull String methodDesc, @NotNull FramedRemapper remapper) @NotNull MatchResultFieldInsn.matchesInstruction(@NotNull org.objectweb.asm.tree.AbstractInsnNode insn, @NotNull FramedRemapper remapper) @NotNull MatchResultInsnBlock.matchesInstruction(@NotNull org.objectweb.asm.tree.AbstractInsnNode insn, @NotNull FramedRemapper remapper) @NotNull MatchResultInvokeInsn.matchesInstruction(@NotNull org.objectweb.asm.tree.AbstractInsnNode insn, @NotNull FramedRemapper remapper) @NotNull MatchResultSimpleInsnBlock.matchesInstruction(@NotNull org.objectweb.asm.tree.AbstractInsnNode insn, @NotNull FramedRemapper remapper) @NotNull MatchResultVarInsn.matchesInstruction(@NotNull org.objectweb.asm.tree.AbstractInsnNode insn, @NotNull FramedRemapper remapper) @NotNull MatchResultWildcardInsnBlock.matchesInstruction(@NotNull org.objectweb.asm.tree.AbstractInsnNode insn, @NotNull FramedRemapper remapper)