public interface freemarker.debug.DebuggedEnvironment extends freemarker.debug.DebugModel
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: freemarker.debug.DebuggedEnvironment
  super_class: java.lang.Object
{
  public abstract void resume();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.rmi.RemoteException

  public abstract void stop();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.rmi.RemoteException

  public abstract long getId();
    descriptor: ()J
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.rmi.RemoteException
}
SourceFile: "DebuggedEnvironment.java"