public class com.sun.org.apache.xpath.internal.functions.FuncContains extends com.sun.org.apache.xpath.internal.functions.Function2Args
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.org.apache.xpath.internal.functions.FuncContains
  super_class: com.sun.org.apache.xpath.internal.functions.Function2Args
{
  static final long serialVersionUID;
    descriptor: J
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 5084753781887919723

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xpath.internal.functions.FuncContains this
         0: .line 32
            aload 0 /* this */
            invokespecial com.sun.org.apache.xpath.internal.functions.Function2Args.<init>:()V
            return
        end local 0 // com.sun.org.apache.xpath.internal.functions.FuncContains this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xpath/internal/functions/FuncContains;

  public com.sun.org.apache.xpath.internal.objects.XObject execute(com.sun.org.apache.xpath.internal.XPathContext);
    descriptor: (Lcom/sun/org/apache/xpath/internal/XPathContext;)Lcom/sun/org/apache/xpath/internal/objects/XObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // com.sun.org.apache.xpath.internal.functions.FuncContains this
        start local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
         0: .line 47
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FuncContains.m_arg0:Lcom/sun/org/apache/xpath/internal/Expression;
            aload 1 /* xctxt */
            invokevirtual com.sun.org.apache.xpath.internal.Expression.execute:(Lcom/sun/org/apache/xpath/internal/XPathContext;)Lcom/sun/org/apache/xpath/internal/objects/XObject;
            invokevirtual com.sun.org.apache.xpath.internal.objects.XObject.str:()Ljava/lang/String;
            astore 2 /* s1 */
        start local 2 // java.lang.String s1
         1: .line 48
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.functions.FuncContains.m_arg1:Lcom/sun/org/apache/xpath/internal/Expression;
            aload 1 /* xctxt */
            invokevirtual com.sun.org.apache.xpath.internal.Expression.execute:(Lcom/sun/org/apache/xpath/internal/XPathContext;)Lcom/sun/org/apache/xpath/internal/objects/XObject;
            invokevirtual com.sun.org.apache.xpath.internal.objects.XObject.str:()Ljava/lang/String;
            astore 3 /* s2 */
        start local 3 // java.lang.String s2
         2: .line 51
            aload 2 /* s1 */
            invokevirtual java.lang.String.length:()I
            ifne 4
            aload 3 /* s2 */
            invokevirtual java.lang.String.length:()I
            ifne 4
         3: .line 52
            getstatic com.sun.org.apache.xpath.internal.objects.XBoolean.S_TRUE:Lcom/sun/org/apache/xpath/internal/objects/XBoolean;
            areturn
         4: .line 54
      StackMap locals: java.lang.String java.lang.String
      StackMap stack:
            aload 2 /* s1 */
            aload 3 /* s2 */
            invokevirtual java.lang.String.indexOf:(Ljava/lang/String;)I
            istore 4 /* index */
        start local 4 // int index
         5: .line 56
            iload 4 /* index */
            iconst_m1
            if_icmple 6
            getstatic com.sun.org.apache.xpath.internal.objects.XBoolean.S_TRUE:Lcom/sun/org/apache/xpath/internal/objects/XBoolean;
            goto 7
      StackMap locals: int
      StackMap stack:
         6: getstatic com.sun.org.apache.xpath.internal.objects.XBoolean.S_FALSE:Lcom/sun/org/apache/xpath/internal/objects/XBoolean;
      StackMap locals:
      StackMap stack: com.sun.org.apache.xpath.internal.objects.XBoolean
         7: areturn
        end local 4 // int index
        end local 3 // java.lang.String s2
        end local 2 // java.lang.String s1
        end local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
        end local 0 // com.sun.org.apache.xpath.internal.functions.FuncContains this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lcom/sun/org/apache/xpath/internal/functions/FuncContains;
            0    8     1  xctxt  Lcom/sun/org/apache/xpath/internal/XPathContext;
            1    8     2     s1  Ljava/lang/String;
            2    8     3     s2  Ljava/lang/String;
            5    8     4  index  I
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
       Name  Flags
      xctxt  
}
SourceFile: "FuncContains.java"