public interface com.sun.tools.example.debug.expr.ExpressionParser$GetFrame
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.sun.tools.example.debug.expr.ExpressionParser$GetFrame
  super_class: java.lang.Object
{
  public abstract com.sun.jdi.StackFrame get();
    descriptor: ()Lcom/sun/jdi/StackFrame;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws com.sun.jdi.IncompatibleThreadStateException
}
SourceFile: "ExpressionParser.java"
NestHost: com.sun.tools.example.debug.expr.ExpressionParser
InnerClasses:
  public abstract GetFrame = com.sun.tools.example.debug.expr.ExpressionParser$GetFrame of com.sun.tools.example.debug.expr.ExpressionParser