public class org.apache.xpath.operations.Gt extends org.apache.xpath.operations.Operation
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.xpath.operations.Gt
  super_class: org.apache.xpath.operations.Operation
{
  static final long serialVersionUID;
    descriptor: J
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 8927078751014375950

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xpath.operations.Gt this
         0: .line 29
            aload 0 /* this */
            invokespecial org.apache.xpath.operations.Operation.<init>:()V
            return
        end local 0 // org.apache.xpath.operations.Gt this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xpath/operations/Gt;

  public org.apache.xpath.objects.XObject operate(org.apache.xpath.objects.XObject, org.apache.xpath.objects.XObject);
    descriptor: (Lorg/apache/xpath/objects/XObject;Lorg/apache/xpath/objects/XObject;)Lorg/apache/xpath/objects/XObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.xpath.operations.Gt this
        start local 1 // org.apache.xpath.objects.XObject left
        start local 2 // org.apache.xpath.objects.XObject right
         0: .line 47
            aload 1 /* left */
            aload 2 /* right */
            invokevirtual org.apache.xpath.objects.XObject.greaterThan:(Lorg/apache/xpath/objects/XObject;)Z
            ifeq 1
            getstatic org.apache.xpath.objects.XBoolean.S_TRUE:Lorg/apache/xpath/objects/XBoolean;
            goto 2
      StackMap locals:
      StackMap stack:
         1: getstatic org.apache.xpath.objects.XBoolean.S_FALSE:Lorg/apache/xpath/objects/XBoolean;
      StackMap locals:
      StackMap stack: org.apache.xpath.objects.XBoolean
         2: areturn
        end local 2 // org.apache.xpath.objects.XObject right
        end local 1 // org.apache.xpath.objects.XObject left
        end local 0 // org.apache.xpath.operations.Gt this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/apache/xpath/operations/Gt;
            0    3     1   left  Lorg/apache/xpath/objects/XObject;
            0    3     2  right  Lorg/apache/xpath/objects/XObject;
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
       Name  Flags
      left   
      right  
}
SourceFile: "Gt.java"