class freemarker.core.BuiltInsForStringsBasic$ends_withBI$BIMethod implements freemarker.template.TemplateMethodModelEx
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: freemarker.core.BuiltInsForStringsBasic$ends_withBI$BIMethod
  super_class: java.lang.Object
{
  private java.lang.String s;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  final freemarker.core.BuiltInsForStringsBasic$ends_withBI this$1;
    descriptor: Lfreemarker/core/BuiltInsForStringsBasic$ends_withBI;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(freemarker.core.BuiltInsForStringsBasic$ends_withBI, java.lang.String);
    descriptor: (Lfreemarker/core/BuiltInsForStringsBasic$ends_withBI;Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // freemarker.core.BuiltInsForStringsBasic$ends_withBI$BIMethod this
        start local 2 // java.lang.String s
         0: .line 102
            aload 0 /* this */
            aload 1
            putfield freemarker.core.BuiltInsForStringsBasic$ends_withBI$BIMethod.this$1:Lfreemarker/core/BuiltInsForStringsBasic$ends_withBI;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 103
            aload 0 /* this */
            aload 2 /* s */
            putfield freemarker.core.BuiltInsForStringsBasic$ends_withBI$BIMethod.s:Ljava/lang/String;
         2: .line 104
            return
        end local 2 // java.lang.String s
        end local 0 // freemarker.core.BuiltInsForStringsBasic$ends_withBI$BIMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lfreemarker/core/BuiltInsForStringsBasic$ends_withBI$BIMethod;
            0    3     2     s  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      this$0  final
      s       

  public java.lang.Object exec(java.util.List);
    descriptor: (Ljava/util/List;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // freemarker.core.BuiltInsForStringsBasic$ends_withBI$BIMethod this
        start local 1 // java.util.List args
         0: .line 107
            aload 0 /* this */
            getfield freemarker.core.BuiltInsForStringsBasic$ends_withBI$BIMethod.this$1:Lfreemarker/core/BuiltInsForStringsBasic$ends_withBI;
            aload 1 /* args */
            iconst_1
            invokevirtual freemarker.core.BuiltInsForStringsBasic$ends_withBI.checkMethodArgCount:(Ljava/util/List;I)V
         1: .line 108
            aload 0 /* this */
            getfield freemarker.core.BuiltInsForStringsBasic$ends_withBI$BIMethod.s:Ljava/lang/String;
            aload 0 /* this */
            getfield freemarker.core.BuiltInsForStringsBasic$ends_withBI$BIMethod.this$1:Lfreemarker/core/BuiltInsForStringsBasic$ends_withBI;
            aload 1 /* args */
            iconst_0
            invokevirtual freemarker.core.BuiltInsForStringsBasic$ends_withBI.getStringMethodArg:(Ljava/util/List;I)Ljava/lang/String;
            invokevirtual java.lang.String.endsWith:(Ljava/lang/String;)Z
            ifeq 3
         2: .line 109
            getstatic freemarker.template.TemplateBooleanModel.TRUE:Lfreemarker/template/TemplateBooleanModel;
            goto 4
      StackMap locals:
      StackMap stack:
         3: getstatic freemarker.template.TemplateBooleanModel.FALSE:Lfreemarker/template/TemplateBooleanModel;
         4: .line 108
      StackMap locals:
      StackMap stack: freemarker.template.TemplateBooleanModel
            areturn
        end local 1 // java.util.List args
        end local 0 // freemarker.core.BuiltInsForStringsBasic$ends_withBI$BIMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lfreemarker/core/BuiltInsForStringsBasic$ends_withBI$BIMethod;
            0    5     1  args  Ljava/util/List;
    Exceptions:
      throws freemarker.template.TemplateModelException
    MethodParameters:
      Name  Flags
      args  
}
SourceFile: "BuiltInsForStringsBasic.java"
NestHost: freemarker.core.BuiltInsForStringsBasic
InnerClasses:
  ends_withBI = freemarker.core.BuiltInsForStringsBasic$ends_withBI of freemarker.core.BuiltInsForStringsBasic
  private BIMethod = freemarker.core.BuiltInsForStringsBasic$ends_withBI$BIMethod of freemarker.core.BuiltInsForStringsBasic$ends_withBI