public class freemarker.ext.rhino.RhinoWrapper extends freemarker.ext.beans.BeansWrapper
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: freemarker.ext.rhino.RhinoWrapper
  super_class: freemarker.ext.beans.BeansWrapper
{
  private static final java.lang.Object UNDEFINED_INSTANCE;
    descriptor: Ljava/lang/Object;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 45
            new freemarker.ext.rhino.RhinoWrapper$1
            dup
            invokespecial freemarker.ext.rhino.RhinoWrapper$1.<init>:()V
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedExceptionAction;)Ljava/lang/Object;
            putstatic freemarker.ext.rhino.RhinoWrapper.UNDEFINED_INSTANCE:Ljava/lang/Object;
         1: .line 50
            goto 6
      StackMap locals:
      StackMap stack: java.lang.RuntimeException
         2: astore 0 /* e */
        start local 0 // java.lang.RuntimeException e
         3: .line 51
            aload 0 /* e */
            athrow
        end local 0 // java.lang.RuntimeException e
         4: .line 52
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 0 /* e */
        start local 0 // java.lang.Exception e
         5: .line 53
            new freemarker.template.utility.UndeclaredThrowableException
            dup
            aload 0 /* e */
            invokespecial freemarker.template.utility.UndeclaredThrowableException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 0 // java.lang.Exception e
         6: .line 55
      StackMap locals:
      StackMap stack:
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            3    4     0     e  Ljava/lang/RuntimeException;
            5    6     0     e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.RuntimeException
           0     1       4  Class java.lang.Exception

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // freemarker.ext.rhino.RhinoWrapper this
         0: .line 38
            aload 0 /* this */
            invokespecial freemarker.ext.beans.BeansWrapper.<init>:()V
            return
        end local 0 // freemarker.ext.rhino.RhinoWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/ext/rhino/RhinoWrapper;

  public freemarker.template.TemplateModel wrap(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lfreemarker/template/TemplateModel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // freemarker.ext.rhino.RhinoWrapper this
         0: .line 60
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tUniqueTag cannot be resolved to a variable\n\tUniqueTag cannot be resolved to a variable\n\tWrapper cannot be resolved to a type\n\tWrapper cannot be resolved to a type\n\tWrapper cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // freemarker.ext.rhino.RhinoWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/ext/rhino/RhinoWrapper;
    Exceptions:
      throws freemarker.template.TemplateModelException
    MethodParameters:
      Name  Flags
      obj   

  protected freemarker.ext.util.ModelFactory getModelFactory(java.lang.Class);
    descriptor: (Ljava/lang/Class;)Lfreemarker/ext/util/ModelFactory;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // freemarker.ext.rhino.RhinoWrapper this
         0: .line 82
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tScriptable cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // freemarker.ext.rhino.RhinoWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/ext/rhino/RhinoWrapper;
    MethodParameters:
       Name  Flags
      clazz  
}
SourceFile: "RhinoWrapper.java"
NestMembers:
  freemarker.ext.rhino.RhinoWrapper$1
InnerClasses:
  freemarker.ext.rhino.RhinoWrapper$1