Interface SimpleMemberDefinition

All Superinterfaces:
MemberDefinition

public interface SimpleMemberDefinition extends MemberDefinition
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
     
    default boolean
    matches(org.objectweb.asm.Handle handle)
     
    boolean
    matches(org.objectweb.asm.tree.AbstractInsnNode insn)
     
  • Method Details

    • matches

      boolean matches(org.objectweb.asm.tree.AbstractInsnNode insn)
    • matches

      default boolean matches(org.objectweb.asm.Handle handle)
    • matches

      default boolean matches(FlowValue node)
      Specified by:
      matches in interface MemberDefinition