public class freemarker.ext.rhino.RhinoFunctionModel extends freemarker.ext.rhino.RhinoScriptableModel implements freemarker.template.TemplateMethodModelEx
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: freemarker.ext.rhino.RhinoFunctionModel
  super_class: freemarker.ext.rhino.RhinoScriptableModel
{
  private final Scriptable fnThis;
    descriptor: LScriptable;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(Function, Scriptable, freemarker.ext.beans.BeansWrapper);
    descriptor: (LFunction;LScriptable;Lfreemarker/ext/beans/BeansWrapper;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // freemarker.ext.rhino.RhinoFunctionModel this
         0: .line 24
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.mozilla cannot be resolved\n\tThe import org.mozilla cannot be resolved\n\tThe import org.mozilla cannot be resolved\n\tThe import org.mozilla cannot be resolved\n\tScriptable cannot be resolved to a type\n\tFunction cannot be resolved to a type\n\tScriptable cannot be resolved to a type\n\tScriptable cannot be resolved to a type\n\tContext cannot be resolved to a type\n\tContext cannot be resolved\n\tFunction cannot be resolved to a type\n\tThe method getScriptable() from the type RhinoScriptableModel refers to the missing type Scriptable\n\tScriptableObject cannot be resolved\n\tScriptable cannot be resolved to a type\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.RhinoFunctionModel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/ext/rhino/RhinoFunctionModel;
    MethodParameters:
          Name  Flags
      function  
      fnThis    
      wrapper   

  public java.lang.Object exec(java.util.List);
    descriptor: (Ljava/util/List;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // freemarker.ext.rhino.RhinoFunctionModel this
         0: .line 48
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tContext cannot be resolved to a type\n\tContext cannot be resolved\n\tFunction cannot be resolved to a type\n\tThe method getScriptable() from the type RhinoScriptableModel refers to the missing type Scriptable\n\tScriptableObject cannot be resolved\n\tScriptable cannot be resolved to a type\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.RhinoFunctionModel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/ext/rhino/RhinoFunctionModel;
    Exceptions:
      throws freemarker.template.TemplateModelException
    MethodParameters:
           Name  Flags
      arguments  
}
SourceFile: "RhinoFunctionModel.java"