public class freemarker.ext.jython.JythonSequenceModel extends freemarker.ext.jython.JythonModel implements freemarker.template.TemplateSequenceModel, freemarker.template.TemplateCollectionModel
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: freemarker.ext.jython.JythonSequenceModel
  super_class: freemarker.ext.jython.JythonModel
{
  static final freemarker.ext.util.ModelFactory FACTORY;
    descriptor: Lfreemarker/ext/util/ModelFactory;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 43
            new freemarker.ext.jython.JythonSequenceModel$1
            dup
            invokespecial freemarker.ext.jython.JythonSequenceModel$1.<init>:()V
         1: .line 42
            putstatic freemarker.ext.jython.JythonSequenceModel.FACTORY:Lfreemarker/ext/util/ModelFactory;
         2: .line 48
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(PyObject, freemarker.ext.jython.JythonWrapper);
    descriptor: (LPyObject;Lfreemarker/ext/jython/JythonWrapper;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // freemarker.ext.jython.JythonSequenceModel this
         0: .line 22
            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 constructor JythonSequenceModel(PyObject, JythonWrapper) refers to the missing type PyObject\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\tPyException cannot be resolved to a type\n\tPyObject cannot be resolved to a type\n\tPyException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // freemarker.ext.jython.JythonSequenceModel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/ext/jython/JythonSequenceModel;
    MethodParameters:
         Name  Flags
      object   
      wrapper  

  public freemarker.template.TemplateModel get(int);
    descriptor: (I)Lfreemarker/template/TemplateModel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // freemarker.ext.jython.JythonSequenceModel this
         0: .line 59
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tPyObject cannot be resolved to a type\n\tPyException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // freemarker.ext.jython.JythonSequenceModel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/ext/jython/JythonSequenceModel;
    Exceptions:
      throws freemarker.template.TemplateModelException
    MethodParameters:
       Name  Flags
      index  

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // freemarker.ext.jython.JythonSequenceModel this
         0: .line 70
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tPyObject cannot be resolved to a type\n\tPyException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // freemarker.ext.jython.JythonSequenceModel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/ext/jython/JythonSequenceModel;
    Exceptions:
      throws freemarker.template.TemplateModelException

  public freemarker.template.TemplateModelIterator iterator();
    descriptor: ()Lfreemarker/template/TemplateModelIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // freemarker.ext.jython.JythonSequenceModel this
         0: .line 77
            new freemarker.ext.jython.JythonSequenceModel$2
            dup
            aload 0 /* this */
            invokespecial freemarker.ext.jython.JythonSequenceModel$2.<init>:(Lfreemarker/ext/jython/JythonSequenceModel;)V
            areturn
        end local 0 // freemarker.ext.jython.JythonSequenceModel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/ext/jython/JythonSequenceModel;
}
SourceFile: "JythonSequenceModel.java"
NestMembers:
  freemarker.ext.jython.JythonSequenceModel$1  freemarker.ext.jython.JythonSequenceModel$2
InnerClasses:
  freemarker.ext.jython.JythonSequenceModel$1
  freemarker.ext.jython.JythonSequenceModel$2