public interface org.apache.bcel.util.InstructionFinder$CodeConstraint
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.apache.bcel.util.InstructionFinder$CodeConstraint
  super_class: java.lang.Object
{
  public abstract boolean checkCode(org.apache.bcel.generic.InstructionHandle[]);
    descriptor: ([Lorg/apache/bcel/generic/InstructionHandle;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      match  
}
SourceFile: "InstructionFinder.java"
NestHost: org.apache.bcel.util.InstructionFinder
InnerClasses:
  public abstract CodeConstraint = org.apache.bcel.util.InstructionFinder$CodeConstraint of org.apache.bcel.util.InstructionFinder