Uses of Class
org.stianloader.softmap.insns.MatchResult
Packages that use MatchResult
-
Uses of MatchResult in org.stianloader.softmap.insns
Fields in org.stianloader.softmap.insns declared as MatchResultModifier and TypeFieldDescriptionstatic final @NotNull MatchResultMatchResult.RESULT_BREAKstatic final @NotNull MatchResultMatchResult.RESULT_CONTINUEstatic final @NotNull MatchResultMatchResult.RESULT_GREEDYMethods in org.stianloader.softmap.insns that return MatchResultModifier 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)