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

  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.FuncFalse this
         0: .line 34
            aload 0 /* this */
            invokespecial com.sun.org.apache.xpath.internal.functions.Function.<init>:()V
            return
        end local 0 // com.sun.org.apache.xpath.internal.functions.FuncFalse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xpath/internal/functions/FuncFalse;

  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=1, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xpath.internal.functions.FuncFalse this
        start local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
         0: .line 48
            getstatic com.sun.org.apache.xpath.internal.objects.XBoolean.S_FALSE:Lcom/sun/org/apache/xpath/internal/objects/XBoolean;
            areturn
        end local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
        end local 0 // com.sun.org.apache.xpath.internal.functions.FuncFalse this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/org/apache/xpath/internal/functions/FuncFalse;
            0    1     1  xctxt  Lcom/sun/org/apache/xpath/internal/XPathContext;
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
       Name  Flags
      xctxt  

  public void fixupVariables(java.util.List<com.sun.org.apache.xml.internal.utils.QName>, );
    descriptor: (Ljava/util/List;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xpath.internal.functions.FuncFalse this
        start local 1 // java.util.List vars
        start local 2 // int globalsSize
         0: .line 57
            return
        end local 2 // int globalsSize
        end local 1 // java.util.List vars
        end local 0 // com.sun.org.apache.xpath.internal.functions.FuncFalse this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/sun/org/apache/xpath/internal/functions/FuncFalse;
            0    1     1         vars  Ljava/util/List<Lcom/sun/org/apache/xml/internal/utils/QName;>;
            0    1     2  globalsSize  I
    Signature: (Ljava/util/List<Lcom/sun/org/apache/xml/internal/utils/QName;>;I)V
    MethodParameters:
             Name  Flags
      vars         
      globalsSize  
}
SourceFile: "FuncFalse.java"