public class freemarker.ext.jython.JythonWrapper implements freemarker.template.ObjectWrapper
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: freemarker.ext.jython.JythonWrapper
  super_class: java.lang.Object
{
  private static final java.lang.Class PYOBJECT_CLASS;
    descriptor: Ljava/lang/Class;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  public static final freemarker.ext.jython.JythonWrapper INSTANCE;
    descriptor: Lfreemarker/ext/jython/JythonWrapper;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  private final freemarker.ext.util.ModelCache modelCache;
    descriptor: Lfreemarker/ext/util/ModelCache;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private boolean attributesShadowItems;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // freemarker.ext.jython.JythonWrapper this
         0: .line 27
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.python cannot be resolved\n\tThe import org.python cannot be resolved\n\tThe import org.python cannot be resolved\n\tThe import org.python cannot be resolved\n\tThe import org.python cannot be resolved\n\tThe import org.python cannot be resolved\n\tThe import org.python cannot be resolved\n\tThe import org.python cannot be resolved\n\tThe import org.python cannot be resolved\n\tPyObject cannot be resolved to a type\n\tPyObject cannot be resolved to a type\n\tPy cannot be resolved\n\tPy cannot be resolved\n\tPyString cannot be resolved to a type\n\tPyLong cannot be resolved to a type\n\tPy cannot be resolved\n\tPyObject cannot be resolved to a type\n\tPyObject cannot be resolved to a type\n\tPyObject cannot be resolved to a type\n\tPyInteger cannot be resolved to a type\n\tPyInteger cannot be resolved to a type\n\tPyInteger cannot be resolved to a type\n\tPyObject cannot be resolved to a type\n\tThe method __finditem__(String) of type JythonWrapper.TemplateModelToJythonAdapter must override or implement a supertype method\n\tThe method unwrap(TemplateModel) from the type JythonWrapper refers to the missing type PyObject\n\tPy cannot be resolved\n\tPy cannot be resolved\n\tPyObject cannot be resolved to a type\n\tThe method __finditem__(int) of type JythonWrapper.TemplateModelToJythonAdapter must override or implement a supertype method\n\tThe method unwrap(TemplateModel) from the type JythonWrapper refers to the missing type PyObject\n\tPy cannot be resolved\n\tPy cannot be resolved\n\tPyObject cannot be resolved to a type\n\tPyObject cannot be resolved to a type\n\tThe method unwrap(TemplateModel) from the type JythonWrapper refers to the missing type PyObject\n\tPy cannot be resolved\n\tPy cannot be resolved\n\tThe method __len__() of type JythonWrapper.TemplateModelToJythonAdapter must override or implement a supertype method\n\tPy cannot be resolved\n\tThe method __nonzero__() of type JythonWrapper.TemplateModelToJythonAdapter must override or implement a supertype method\n\tPy cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // freemarker.ext.jython.JythonWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/ext/jython/JythonWrapper;

  public void setUseCache(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // freemarker.ext.jython.JythonWrapper this
         0: .line 74
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // freemarker.ext.jython.JythonWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/ext/jython/JythonWrapper;
    MethodParameters:
          Name  Flags
      useCache  

  public synchronized void setAttributesShadowItems(boolean);
    descriptor: (Z)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // freemarker.ext.jython.JythonWrapper this
         0: .line 88
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // freemarker.ext.jython.JythonWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/ext/jython/JythonWrapper;
    MethodParameters:
                       Name  Flags
      attributesShadowItems  

  boolean isAttributesShadowItems();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // freemarker.ext.jython.JythonWrapper this
         0: .line 92
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // freemarker.ext.jython.JythonWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/ext/jython/JythonWrapper;

  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.jython.JythonWrapper this
         0: .line 109
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // freemarker.ext.jython.JythonWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/ext/jython/JythonWrapper;
    MethodParameters:
      Name  Flags
      obj   

  public PyObject unwrap(freemarker.template.TemplateModel);
    descriptor: (Lfreemarker/template/TemplateModel;)LPyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // freemarker.ext.jython.JythonWrapper this
         0: .line 138
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tPyObject cannot be resolved to a type\n\tPy cannot be resolved\n\tPy cannot be resolved\n\tPyString cannot be resolved to a type\n\tPyLong cannot be resolved to a type\n\tPy cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // freemarker.ext.jython.JythonWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/ext/jython/JythonWrapper;
    Exceptions:
      throws freemarker.template.TemplateModelException
    MethodParameters:
       Name  Flags
      model  
}
SourceFile: "JythonWrapper.java"
NestMembers:
  freemarker.ext.jython.JythonWrapper$TemplateModelToJythonAdapter
InnerClasses:
  private TemplateModelToJythonAdapter = freemarker.ext.jython.JythonWrapper$TemplateModelToJythonAdapter of freemarker.ext.jython.JythonWrapper