final class com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr extends com.sun.org.apache.xalan.internal.xsltc.compiler.Expression
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr
  super_class: com.sun.org.apache.xalan.internal.xsltc.compiler.Expression
{
  private int _op;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private com.sun.org.apache.xalan.internal.xsltc.compiler.Expression _left;
    descriptor: Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.org.apache.xalan.internal.xsltc.compiler.Expression _right;
    descriptor: Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(int, com.sun.org.apache.xalan.internal.xsltc.compiler.Expression, com.sun.org.apache.xalan.internal.xsltc.compiler.Expression);
    descriptor: (ILcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr this
        start local 1 // int op
        start local 2 // com.sun.org.apache.xalan.internal.xsltc.compiler.Expression left
        start local 3 // com.sun.org.apache.xalan.internal.xsltc.compiler.Expression right
         0: .line 53
            aload 0 /* this */
            invokespecial com.sun.org.apache.xalan.internal.xsltc.compiler.Expression.<init>:()V
         1: .line 54
            aload 0 /* this */
            iload 1 /* op */
            putfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._op:I
         2: .line 55
            aload 0 /* this */
            aload 2 /* left */
            dup_x1
            putfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._left:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.Expression.setParent:(Lcom/sun/org/apache/xalan/internal/xsltc/compiler/SyntaxTreeNode;)V
         3: .line 56
            aload 0 /* this */
            aload 3 /* right */
            dup_x1
            putfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._right:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.Expression.setParent:(Lcom/sun/org/apache/xalan/internal/xsltc/compiler/SyntaxTreeNode;)V
         4: .line 57
            return
        end local 3 // com.sun.org.apache.xalan.internal.xsltc.compiler.Expression right
        end local 2 // com.sun.org.apache.xalan.internal.xsltc.compiler.Expression left
        end local 1 // int op
        end local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/RelationalExpr;
            0    5     1     op  I
            0    5     2   left  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
            0    5     3  right  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
    MethodParameters:
       Name  Flags
      op     
      left   
      right  

  public void setParser(com.sun.org.apache.xalan.internal.xsltc.compiler.Parser);
    descriptor: (Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Parser;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr this
        start local 1 // com.sun.org.apache.xalan.internal.xsltc.compiler.Parser parser
         0: .line 60
            aload 0 /* this */
            aload 1 /* parser */
            invokespecial com.sun.org.apache.xalan.internal.xsltc.compiler.Expression.setParser:(Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Parser;)V
         1: .line 61
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._left:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
            aload 1 /* parser */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.Expression.setParser:(Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Parser;)V
         2: .line 62
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._right:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
            aload 1 /* parser */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.Expression.setParser:(Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Parser;)V
         3: .line 63
            return
        end local 1 // com.sun.org.apache.xalan.internal.xsltc.compiler.Parser parser
        end local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/RelationalExpr;
            0    4     1  parser  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Parser;
    MethodParameters:
        Name  Flags
      parser  

  public boolean hasPositionCall();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr this
         0: .line 70
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._left:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.Expression.hasPositionCall:()Z
            ifeq 1
            iconst_1
            ireturn
         1: .line 71
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._right:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.Expression.hasPositionCall:()Z
            ifeq 2
            iconst_1
            ireturn
         2: .line 72
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/RelationalExpr;

  public boolean hasLastCall();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr this
         0: .line 79
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._left:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.Expression.hasLastCall:()Z
            ifne 1
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._right:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.Expression.hasLastCall:()Z
            ifne 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/RelationalExpr;

  public boolean hasReferenceArgs();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr this
         0: .line 83
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._left:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.Expression.getType:()Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
            instanceof com.sun.org.apache.xalan.internal.xsltc.compiler.util.ReferenceType
            ifne 3
         1: .line 84
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._right:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.Expression.getType:()Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
            instanceof com.sun.org.apache.xalan.internal.xsltc.compiler.util.ReferenceType
            ifne 3
         2: .line 83
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_1
            ireturn
        end local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/RelationalExpr;

  public boolean hasNodeArgs();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr this
         0: .line 88
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._left:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.Expression.getType:()Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
            instanceof com.sun.org.apache.xalan.internal.xsltc.compiler.util.NodeType
            ifne 3
         1: .line 89
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._right:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.Expression.getType:()Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
            instanceof com.sun.org.apache.xalan.internal.xsltc.compiler.util.NodeType
            ifne 3
         2: .line 88
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_1
            ireturn
        end local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/RelationalExpr;

  public boolean hasNodeSetArgs();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr this
         0: .line 93
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._left:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.Expression.getType:()Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
            instanceof com.sun.org.apache.xalan.internal.xsltc.compiler.util.NodeSetType
            ifne 3
         1: .line 94
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._right:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.Expression.getType:()Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
            instanceof com.sun.org.apache.xalan.internal.xsltc.compiler.util.NodeSetType
            ifne 3
         2: .line 93
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_1
            ireturn
        end local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/RelationalExpr;

  public com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type typeCheck(com.sun.org.apache.xalan.internal.xsltc.compiler.SymbolTable);
    descriptor: (Lcom/sun/org/apache/xalan/internal/xsltc/compiler/SymbolTable;)Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=9, args_size=2
        start local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr this
        start local 1 // com.sun.org.apache.xalan.internal.xsltc.compiler.SymbolTable stable
         0: .line 98
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._left:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
            aload 1 /* stable */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.Expression.typeCheck:(Lcom/sun/org/apache/xalan/internal/xsltc/compiler/SymbolTable;)Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
            astore 2 /* tleft */
        start local 2 // com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type tleft
         1: .line 99
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._right:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
            aload 1 /* stable */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.Expression.typeCheck:(Lcom/sun/org/apache/xalan/internal/xsltc/compiler/SymbolTable;)Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
            astore 3 /* tright */
        start local 3 // com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type tright
         2: .line 102
            aload 2 /* tleft */
            instanceof com.sun.org.apache.xalan.internal.xsltc.compiler.util.ResultTreeType
            ifeq 7
         3: .line 103
            aload 3 /* tright */
            instanceof com.sun.org.apache.xalan.internal.xsltc.compiler.util.ResultTreeType
            ifeq 7
         4: .line 105
            aload 0 /* this */
            new com.sun.org.apache.xalan.internal.xsltc.compiler.CastExpr
            dup
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._right:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
            getstatic com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type.Real:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
            invokespecial com.sun.org.apache.xalan.internal.xsltc.compiler.CastExpr.<init>:(Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;)V
            putfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._right:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
         5: .line 106
            aload 0 /* this */
            new com.sun.org.apache.xalan.internal.xsltc.compiler.CastExpr
            dup
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._left:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
            getstatic com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type.Real:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
            invokespecial com.sun.org.apache.xalan.internal.xsltc.compiler.CastExpr.<init>:(Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;)V
            putfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._left:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
         6: .line 107
            aload 0 /* this */
            getstatic com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type.Boolean:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
            dup_x1
            putfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._type:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
            areturn
         7: .line 111
      StackMap locals: com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr.hasReferenceArgs:()Z
            ifeq 30
         8: .line 112
            aconst_null
            astore 4 /* type */
        start local 4 // com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type type
         9: .line 113
            aconst_null
            astore 5 /* typeL */
        start local 5 // com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type typeL
        10: .line 114
            aconst_null
            astore 6 /* typeR */
        start local 6 // com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type typeR
        11: .line 115
            aload 2 /* tleft */
            instanceof com.sun.org.apache.xalan.internal.xsltc.compiler.util.ReferenceType
            ifeq 16
        12: .line 116
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._left:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
            instanceof com.sun.org.apache.xalan.internal.xsltc.compiler.VariableRefBase
            ifeq 16
        13: .line 117
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._left:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
            checkcast com.sun.org.apache.xalan.internal.xsltc.compiler.VariableRefBase
            astore 7 /* ref */
        start local 7 // com.sun.org.apache.xalan.internal.xsltc.compiler.VariableRefBase ref
        14: .line 118
            aload 7 /* ref */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.VariableRefBase.getVariable:()Lcom/sun/org/apache/xalan/internal/xsltc/compiler/VariableBase;
            astore 8 /* var */
        start local 8 // com.sun.org.apache.xalan.internal.xsltc.compiler.VariableBase var
        15: .line 119
            aload 8 /* var */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.VariableBase.getType:()Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
            astore 5 /* typeL */
        end local 8 // com.sun.org.apache.xalan.internal.xsltc.compiler.VariableBase var
        end local 7 // com.sun.org.apache.xalan.internal.xsltc.compiler.VariableRefBase ref
        16: .line 122
      StackMap locals: com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type
      StackMap stack:
            aload 3 /* tright */
            instanceof com.sun.org.apache.xalan.internal.xsltc.compiler.util.ReferenceType
            ifeq 21
        17: .line 123
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._right:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
            instanceof com.sun.org.apache.xalan.internal.xsltc.compiler.VariableRefBase
            ifeq 21
        18: .line 124
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._right:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
            checkcast com.sun.org.apache.xalan.internal.xsltc.compiler.VariableRefBase
            astore 7 /* ref */
        start local 7 // com.sun.org.apache.xalan.internal.xsltc.compiler.VariableRefBase ref
        19: .line 125
            aload 7 /* ref */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.VariableRefBase.getVariable:()Lcom/sun/org/apache/xalan/internal/xsltc/compiler/VariableBase;
            astore 8 /* var */
        start local 8 // com.sun.org.apache.xalan.internal.xsltc.compiler.VariableBase var
        20: .line 126
            aload 8 /* var */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.VariableBase.getType:()Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
            astore 6 /* typeR */
        end local 8 // com.sun.org.apache.xalan.internal.xsltc.compiler.VariableBase var
        end local 7 // com.sun.org.apache.xalan.internal.xsltc.compiler.VariableRefBase ref
        21: .line 130
      StackMap locals:
      StackMap stack:
            aload 5 /* typeL */
            ifnonnull 23
        22: .line 131
            aload 6 /* typeR */
            astore 4 /* type */
            goto 26
        23: .line 132
      StackMap locals:
      StackMap stack:
            aload 6 /* typeR */
            ifnonnull 25
        24: .line 133
            aload 5 /* typeL */
            astore 4 /* type */
            goto 26
        25: .line 135
      StackMap locals:
      StackMap stack:
            getstatic com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type.Real:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
            astore 4 /* type */
        26: .line 137
      StackMap locals:
      StackMap stack:
            aload 4 /* type */
            ifnonnull 27
            getstatic com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type.Real:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
            astore 4 /* type */
        27: .line 139
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new com.sun.org.apache.xalan.internal.xsltc.compiler.CastExpr
            dup
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._right:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
            aload 4 /* type */
            invokespecial com.sun.org.apache.xalan.internal.xsltc.compiler.CastExpr.<init>:(Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;)V
            putfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._right:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
        28: .line 140
            aload 0 /* this */
            new com.sun.org.apache.xalan.internal.xsltc.compiler.CastExpr
            dup
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._left:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
            aload 4 /* type */
            invokespecial com.sun.org.apache.xalan.internal.xsltc.compiler.CastExpr.<init>:(Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;)V
            putfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._left:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
        29: .line 141
            aload 0 /* this */
            getstatic com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type.Boolean:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
            dup_x1
            putfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._type:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
            areturn
        end local 6 // com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type typeR
        end local 5 // com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type typeL
        end local 4 // com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type type
        30: .line 144
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr.hasNodeSetArgs:()Z
            ifeq 47
        31: .line 146
            aload 3 /* tright */
            instanceof com.sun.org.apache.xalan.internal.xsltc.compiler.util.NodeSetType
            ifeq 40
        32: .line 147
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._right:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
            astore 4 /* temp */
        start local 4 // com.sun.org.apache.xalan.internal.xsltc.compiler.Expression temp
        33: aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._left:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
            putfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._right:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
            aload 0 /* this */
            aload 4 /* temp */
            putfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._left:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
        34: .line 148
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._op:I
            iconst_2
            if_icmpne 35
            iconst_3
            goto 38
        35: .line 149
      StackMap locals: com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr com.sun.org.apache.xalan.internal.xsltc.compiler.SymbolTable com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type com.sun.org.apache.xalan.internal.xsltc.compiler.Expression
      StackMap stack: com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._op:I
            iconst_3
            if_icmpne 36
            iconst_2
            goto 38
        36: .line 150
      StackMap locals:
      StackMap stack: com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._op:I
            iconst_4
            if_icmpne 37
            iconst_5
            goto 38
      StackMap locals:
      StackMap stack: com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr
        37: iconst_4
        38: .line 148
      StackMap locals: com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr com.sun.org.apache.xalan.internal.xsltc.compiler.SymbolTable com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type com.sun.org.apache.xalan.internal.xsltc.compiler.Expression
      StackMap stack: com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr int
            putfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._op:I
        39: .line 151
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._right:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.Expression.getType:()Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
            astore 3 /* tright */
        end local 4 // com.sun.org.apache.xalan.internal.xsltc.compiler.Expression temp
        40: .line 155
      StackMap locals:
      StackMap stack:
            aload 3 /* tright */
            instanceof com.sun.org.apache.xalan.internal.xsltc.compiler.util.NodeType
            ifeq 42
        41: .line 156
            aload 0 /* this */
            new com.sun.org.apache.xalan.internal.xsltc.compiler.CastExpr
            dup
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._right:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
            getstatic com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type.NodeSet:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
            invokespecial com.sun.org.apache.xalan.internal.xsltc.compiler.CastExpr.<init>:(Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;)V
            putfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._right:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
        42: .line 159
      StackMap locals:
      StackMap stack:
            aload 3 /* tright */
            instanceof com.sun.org.apache.xalan.internal.xsltc.compiler.util.IntType
            ifeq 44
        43: .line 160
            aload 0 /* this */
            new com.sun.org.apache.xalan.internal.xsltc.compiler.CastExpr
            dup
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._right:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
            getstatic com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type.Real:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
            invokespecial com.sun.org.apache.xalan.internal.xsltc.compiler.CastExpr.<init>:(Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;)V
            putfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._right:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
        44: .line 163
      StackMap locals:
      StackMap stack:
            aload 3 /* tright */
            instanceof com.sun.org.apache.xalan.internal.xsltc.compiler.util.ResultTreeType
            ifeq 46
        45: .line 164
            aload 0 /* this */
            new com.sun.org.apache.xalan.internal.xsltc.compiler.CastExpr
            dup
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._right:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
            getstatic com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type.String:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
            invokespecial com.sun.org.apache.xalan.internal.xsltc.compiler.CastExpr.<init>:(Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;)V
            putfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._right:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
        46: .line 166
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type.Boolean:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
            dup_x1
            putfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._type:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
            areturn
        47: .line 170
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr.hasNodeArgs:()Z
            ifeq 54
        48: .line 171
            aload 2 /* tleft */
            instanceof com.sun.org.apache.xalan.internal.xsltc.compiler.util.BooleanType
            ifeq 51
        49: .line 172
            aload 0 /* this */
            new com.sun.org.apache.xalan.internal.xsltc.compiler.CastExpr
            dup
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._right:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
            getstatic com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type.Boolean:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
            invokespecial com.sun.org.apache.xalan.internal.xsltc.compiler.CastExpr.<init>:(Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;)V
            putfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._right:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
        50: .line 173
            getstatic com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type.Boolean:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
            astore 3 /* tright */
        51: .line 175
      StackMap locals:
      StackMap stack:
            aload 3 /* tright */
            instanceof com.sun.org.apache.xalan.internal.xsltc.compiler.util.BooleanType
            ifeq 54
        52: .line 176
            aload 0 /* this */
            new com.sun.org.apache.xalan.internal.xsltc.compiler.CastExpr
            dup
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._left:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
            getstatic com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type.Boolean:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
            invokespecial com.sun.org.apache.xalan.internal.xsltc.compiler.CastExpr.<init>:(Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;)V
            putfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._left:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
        53: .line 177
            getstatic com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type.Boolean:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
            astore 2 /* tleft */
        54: .line 182
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* stable */
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._op:I
            invokestatic com.sun.org.apache.xalan.internal.xsltc.runtime.Operators.getOpNames:(I)Ljava/lang/String;
        55: .line 183
            new com.sun.org.apache.xalan.internal.xsltc.compiler.util.MethodType
            dup
            getstatic com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type.Void:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
            aload 2 /* tleft */
            aload 3 /* tright */
            invokespecial com.sun.org.apache.xalan.internal.xsltc.compiler.util.MethodType.<init>:(Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;)V
        56: .line 182
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr.lookupPrimop:(Lcom/sun/org/apache/xalan/internal/xsltc/compiler/SymbolTable;Ljava/lang/String;Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/MethodType;)Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/MethodType;
            astore 4 /* ptype */
        start local 4 // com.sun.org.apache.xalan.internal.xsltc.compiler.util.MethodType ptype
        57: .line 185
            aload 4 /* ptype */
            ifnull 65
        58: .line 186
            aload 4 /* ptype */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.util.MethodType.argsType:()Ljava/util/List;
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type
            astore 5 /* arg1 */
        start local 5 // com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type arg1
        59: .line 187
            aload 5 /* arg1 */
            aload 2 /* tleft */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type.identicalTo:(Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;)Z
            ifne 61
        60: .line 188
            aload 0 /* this */
            new com.sun.org.apache.xalan.internal.xsltc.compiler.CastExpr
            dup
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._left:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
            aload 5 /* arg1 */
            invokespecial com.sun.org.apache.xalan.internal.xsltc.compiler.CastExpr.<init>:(Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;)V
            putfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._left:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
        61: .line 190
      StackMap locals: com.sun.org.apache.xalan.internal.xsltc.compiler.util.MethodType com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type
      StackMap stack:
            aload 4 /* ptype */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.util.MethodType.argsType:()Ljava/util/List;
            iconst_1
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type
            astore 6 /* arg2 */
        start local 6 // com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type arg2
        62: .line 191
            aload 6 /* arg2 */
            aload 3 /* tright */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type.identicalTo:(Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;)Z
            ifne 64
        63: .line 192
            aload 0 /* this */
            new com.sun.org.apache.xalan.internal.xsltc.compiler.CastExpr
            dup
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._right:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
            aload 5 /* arg1 */
            invokespecial com.sun.org.apache.xalan.internal.xsltc.compiler.CastExpr.<init>:(Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;)V
            putfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._right:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
        64: .line 194
      StackMap locals: com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type
      StackMap stack:
            aload 0 /* this */
            aload 4 /* ptype */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.util.MethodType.resultType:()Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
            dup_x1
            putfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._type:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
            areturn
        end local 6 // com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type arg2
        end local 5 // com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type arg1
        65: .line 196
      StackMap locals:
      StackMap stack:
            new com.sun.org.apache.xalan.internal.xsltc.compiler.util.TypeCheckError
            dup
            aload 0 /* this */
            invokespecial com.sun.org.apache.xalan.internal.xsltc.compiler.util.TypeCheckError.<init>:(Lcom/sun/org/apache/xalan/internal/xsltc/compiler/SyntaxTreeNode;)V
            athrow
        end local 4 // com.sun.org.apache.xalan.internal.xsltc.compiler.util.MethodType ptype
        end local 3 // com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type tright
        end local 2 // com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type tleft
        end local 1 // com.sun.org.apache.xalan.internal.xsltc.compiler.SymbolTable stable
        end local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   66     0    this  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/RelationalExpr;
            0   66     1  stable  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/SymbolTable;
            1   66     2   tleft  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
            2   66     3  tright  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
            9   30     4    type  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
           10   30     5   typeL  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
           11   30     6   typeR  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
           14   16     7     ref  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/VariableRefBase;
           15   16     8     var  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/VariableBase;
           19   21     7     ref  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/VariableRefBase;
           20   21     8     var  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/VariableBase;
           33   40     4    temp  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
           57   66     4   ptype  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/MethodType;
           59   65     5    arg1  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
           62   65     6    arg2  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
    Exceptions:
      throws com.sun.org.apache.xalan.internal.xsltc.compiler.util.TypeCheckError
    MethodParameters:
        Name  Flags
      stable  

  public void translate(com.sun.org.apache.xalan.internal.xsltc.compiler.util.ClassGenerator, com.sun.org.apache.xalan.internal.xsltc.compiler.util.MethodGenerator);
    descriptor: (Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/ClassGenerator;Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/MethodGenerator;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=3
        start local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr this
        start local 1 // com.sun.org.apache.xalan.internal.xsltc.compiler.util.ClassGenerator classGen
        start local 2 // com.sun.org.apache.xalan.internal.xsltc.compiler.util.MethodGenerator methodGen
         0: .line 200
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr.hasNodeSetArgs:()Z
            ifne 1
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr.hasReferenceArgs:()Z
            ifeq 20
         1: .line 201
      StackMap locals:
      StackMap stack:
            aload 1 /* classGen */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.util.ClassGenerator.getConstantPool:()Lcom/sun/org/apache/bcel/internal/generic/ConstantPoolGen;
            astore 3 /* cpg */
        start local 3 // com.sun.org.apache.bcel.internal.generic.ConstantPoolGen cpg
         2: .line 202
            aload 2 /* methodGen */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.util.MethodGenerator.getInstructionList:()Lcom/sun/org/apache/bcel/internal/generic/InstructionList;
            astore 4 /* il */
        start local 4 // com.sun.org.apache.bcel.internal.generic.InstructionList il
         3: .line 205
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._left:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
            aload 1 /* classGen */
            aload 2 /* methodGen */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.Expression.translate:(Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/ClassGenerator;Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/MethodGenerator;)V
         4: .line 206
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._left:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
            aload 1 /* classGen */
            aload 2 /* methodGen */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.Expression.startIterator:(Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/ClassGenerator;Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/MethodGenerator;)V
         5: .line 207
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._right:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
            aload 1 /* classGen */
            aload 2 /* methodGen */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.Expression.translate:(Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/ClassGenerator;Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/MethodGenerator;)V
         6: .line 208
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._right:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
            aload 1 /* classGen */
            aload 2 /* methodGen */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.Expression.startIterator:(Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/ClassGenerator;Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/MethodGenerator;)V
         7: .line 210
            aload 4 /* il */
            new com.sun.org.apache.bcel.internal.generic.PUSH
            dup
            aload 3 /* cpg */
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._op:I
            invokespecial com.sun.org.apache.bcel.internal.generic.PUSH.<init>:(Lcom/sun/org/apache/bcel/internal/generic/ConstantPoolGen;I)V
            invokevirtual com.sun.org.apache.bcel.internal.generic.InstructionList.append:(Lcom/sun/org/apache/bcel/internal/generic/CompoundInstruction;)Lcom/sun/org/apache/bcel/internal/generic/InstructionHandle;
            pop
         8: .line 211
            aload 4 /* il */
            aload 2 /* methodGen */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.util.MethodGenerator.loadDOM:()Lcom/sun/org/apache/bcel/internal/generic/Instruction;
            invokevirtual com.sun.org.apache.bcel.internal.generic.InstructionList.append:(Lcom/sun/org/apache/bcel/internal/generic/Instruction;)Lcom/sun/org/apache/bcel/internal/generic/InstructionHandle;
            pop
         9: .line 213
            aload 3 /* cpg */
            ldc "com.sun.org.apache.xalan.internal.xsltc.runtime.BasisLibrary"
            ldc "compare"
        10: .line 214
            new java.lang.StringBuilder
            dup
            ldc "("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        11: .line 215
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._left:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.Expression.getType:()Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type.toSignature:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        12: .line 216
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._right:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.Expression.getType:()Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type.toSignature:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        13: .line 217
            ldc "I"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        14: .line 218
            ldc "Lcom/sun/org/apache/xalan/internal/xsltc/DOM;"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        15: .line 219
            ldc ")Z"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        16: .line 214
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        17: .line 213
            invokevirtual com.sun.org.apache.bcel.internal.generic.ConstantPoolGen.addMethodref:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)I
            istore 5 /* index */
        start local 5 // int index
        18: .line 220
            aload 4 /* il */
            new com.sun.org.apache.bcel.internal.generic.INVOKESTATIC
            dup
            iload 5 /* index */
            invokespecial com.sun.org.apache.bcel.internal.generic.INVOKESTATIC.<init>:(I)V
            invokevirtual com.sun.org.apache.bcel.internal.generic.InstructionList.append:(Lcom/sun/org/apache/bcel/internal/generic/Instruction;)Lcom/sun/org/apache/bcel/internal/generic/InstructionHandle;
            pop
        end local 5 // int index
        end local 4 // com.sun.org.apache.bcel.internal.generic.InstructionList il
        end local 3 // com.sun.org.apache.bcel.internal.generic.ConstantPoolGen cpg
        19: .line 221
            goto 22
        20: .line 223
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* classGen */
            aload 2 /* methodGen */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr.translateDesynthesized:(Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/ClassGenerator;Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/MethodGenerator;)V
        21: .line 224
            aload 0 /* this */
            aload 1 /* classGen */
            aload 2 /* methodGen */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr.synthesize:(Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/ClassGenerator;Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/MethodGenerator;)V
        22: .line 226
      StackMap locals:
      StackMap stack:
            return
        end local 2 // com.sun.org.apache.xalan.internal.xsltc.compiler.util.MethodGenerator methodGen
        end local 1 // com.sun.org.apache.xalan.internal.xsltc.compiler.util.ClassGenerator classGen
        end local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   23     0       this  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/RelationalExpr;
            0   23     1   classGen  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/ClassGenerator;
            0   23     2  methodGen  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/MethodGenerator;
            2   19     3        cpg  Lcom/sun/org/apache/bcel/internal/generic/ConstantPoolGen;
            3   19     4         il  Lcom/sun/org/apache/bcel/internal/generic/InstructionList;
           18   19     5      index  I
    MethodParameters:
           Name  Flags
      classGen   
      methodGen  

  public void translateDesynthesized(com.sun.org.apache.xalan.internal.xsltc.compiler.util.ClassGenerator, com.sun.org.apache.xalan.internal.xsltc.compiler.util.MethodGenerator);
    descriptor: (Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/ClassGenerator;Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/MethodGenerator;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=3
        start local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr this
        start local 1 // com.sun.org.apache.xalan.internal.xsltc.compiler.util.ClassGenerator classGen
        start local 2 // com.sun.org.apache.xalan.internal.xsltc.compiler.util.MethodGenerator methodGen
         0: .line 230
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr.hasNodeSetArgs:()Z
            ifne 1
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr.hasReferenceArgs:()Z
            ifeq 4
         1: .line 231
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* classGen */
            aload 2 /* methodGen */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr.translate:(Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/ClassGenerator;Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/MethodGenerator;)V
         2: .line 232
            aload 0 /* this */
            aload 1 /* classGen */
            aload 2 /* methodGen */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr.desynthesize:(Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/ClassGenerator;Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/MethodGenerator;)V
         3: .line 233
            goto 28
         4: .line 235
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 3 /* bi */
        start local 3 // com.sun.org.apache.bcel.internal.generic.BranchInstruction bi
         5: .line 236
            aload 2 /* methodGen */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.util.MethodGenerator.getInstructionList:()Lcom/sun/org/apache/bcel/internal/generic/InstructionList;
            astore 4 /* il */
        start local 4 // com.sun.org.apache.bcel.internal.generic.InstructionList il
         6: .line 238
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._left:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
            aload 1 /* classGen */
            aload 2 /* methodGen */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.Expression.translate:(Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/ClassGenerator;Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/MethodGenerator;)V
         7: .line 239
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._right:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
            aload 1 /* classGen */
            aload 2 /* methodGen */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.Expression.translate:(Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/ClassGenerator;Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/MethodGenerator;)V
         8: .line 243
            iconst_0
            istore 5 /* tozero */
        start local 5 // boolean tozero
         9: .line 244
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._left:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.Expression.getType:()Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
            astore 6 /* tleft */
        start local 6 // com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type tleft
        10: .line 246
            aload 6 /* tleft */
            instanceof com.sun.org.apache.xalan.internal.xsltc.compiler.util.RealType
            ifeq 16
        11: .line 247
            aload 4 /* il */
            aload 6 /* tleft */
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._op:I
            iconst_3
            if_icmpeq 12
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._op:I
            iconst_5
            if_icmpeq 12
            iconst_0
            goto 13
      StackMap locals: com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr com.sun.org.apache.xalan.internal.xsltc.compiler.util.ClassGenerator com.sun.org.apache.xalan.internal.xsltc.compiler.util.MethodGenerator com.sun.org.apache.bcel.internal.generic.BranchInstruction com.sun.org.apache.bcel.internal.generic.InstructionList int com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type
      StackMap stack: com.sun.org.apache.bcel.internal.generic.InstructionList com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type
        12: iconst_1
      StackMap locals: com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr com.sun.org.apache.xalan.internal.xsltc.compiler.util.ClassGenerator com.sun.org.apache.xalan.internal.xsltc.compiler.util.MethodGenerator com.sun.org.apache.bcel.internal.generic.BranchInstruction com.sun.org.apache.bcel.internal.generic.InstructionList int com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type
      StackMap stack: com.sun.org.apache.bcel.internal.generic.InstructionList com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type int
        13: invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type.CMP:(Z)Lcom/sun/org/apache/bcel/internal/generic/Instruction;
            invokevirtual com.sun.org.apache.bcel.internal.generic.InstructionList.append:(Lcom/sun/org/apache/bcel/internal/generic/Instruction;)Lcom/sun/org/apache/bcel/internal/generic/InstructionHandle;
            pop
        14: .line 248
            getstatic com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type.Int:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
            astore 6 /* tleft */
        15: .line 249
            iconst_1
            istore 5 /* tozero */
        16: .line 252
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._op:I
            tableswitch { // 2 - 5
                    2: 19
                    3: 17
                    4: 23
                    5: 21
              default: 25
          }
        17: .line 254
      StackMap locals:
      StackMap stack:
            aload 6 /* tleft */
            iload 5 /* tozero */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type.GE:(Z)Lcom/sun/org/apache/bcel/internal/generic/BranchInstruction;
            astore 3 /* bi */
        18: .line 255
            goto 27
        19: .line 258
      StackMap locals:
      StackMap stack:
            aload 6 /* tleft */
            iload 5 /* tozero */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type.LE:(Z)Lcom/sun/org/apache/bcel/internal/generic/BranchInstruction;
            astore 3 /* bi */
        20: .line 259
            goto 27
        21: .line 262
      StackMap locals:
      StackMap stack:
            aload 6 /* tleft */
            iload 5 /* tozero */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type.GT:(Z)Lcom/sun/org/apache/bcel/internal/generic/BranchInstruction;
            astore 3 /* bi */
        22: .line 263
            goto 27
        23: .line 266
      StackMap locals:
      StackMap stack:
            aload 6 /* tleft */
            iload 5 /* tozero */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type.LT:(Z)Lcom/sun/org/apache/bcel/internal/generic/BranchInstruction;
            astore 3 /* bi */
        24: .line 267
            goto 27
        25: .line 270
      StackMap locals:
      StackMap stack:
            new com.sun.org.apache.xalan.internal.xsltc.compiler.util.ErrorMsg
            dup
            ldc "ILLEGAL_RELAT_OP_ERR"
            aload 0 /* this */
            invokespecial com.sun.org.apache.xalan.internal.xsltc.compiler.util.ErrorMsg.<init>:(Ljava/lang/String;Lcom/sun/org/apache/xalan/internal/xsltc/compiler/SyntaxTreeNode;)V
            astore 7 /* msg */
        start local 7 // com.sun.org.apache.xalan.internal.xsltc.compiler.util.ErrorMsg msg
        26: .line 271
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr.getParser:()Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Parser;
            iconst_2
            aload 7 /* msg */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.Parser.reportError:(ILcom/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMsg;)V
        end local 7 // com.sun.org.apache.xalan.internal.xsltc.compiler.util.ErrorMsg msg
        27: .line 274
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._falseList:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/FlowList;
            aload 4 /* il */
            aload 3 /* bi */
            invokevirtual com.sun.org.apache.bcel.internal.generic.InstructionList.append:(Lcom/sun/org/apache/bcel/internal/generic/BranchInstruction;)Lcom/sun/org/apache/bcel/internal/generic/BranchHandle;
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.FlowList.add:(Lcom/sun/org/apache/bcel/internal/generic/InstructionHandle;)Lcom/sun/org/apache/xalan/internal/xsltc/compiler/FlowList;
            pop
        end local 6 // com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type tleft
        end local 5 // boolean tozero
        end local 4 // com.sun.org.apache.bcel.internal.generic.InstructionList il
        end local 3 // com.sun.org.apache.bcel.internal.generic.BranchInstruction bi
        28: .line 276
      StackMap locals: com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr com.sun.org.apache.xalan.internal.xsltc.compiler.util.ClassGenerator com.sun.org.apache.xalan.internal.xsltc.compiler.util.MethodGenerator
      StackMap stack:
            return
        end local 2 // com.sun.org.apache.xalan.internal.xsltc.compiler.util.MethodGenerator methodGen
        end local 1 // com.sun.org.apache.xalan.internal.xsltc.compiler.util.ClassGenerator classGen
        end local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   29     0       this  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/RelationalExpr;
            0   29     1   classGen  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/ClassGenerator;
            0   29     2  methodGen  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/MethodGenerator;
            5   28     3         bi  Lcom/sun/org/apache/bcel/internal/generic/BranchInstruction;
            6   28     4         il  Lcom/sun/org/apache/bcel/internal/generic/InstructionList;
            9   28     5     tozero  Z
           10   28     6      tleft  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
           26   27     7        msg  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/ErrorMsg;
    MethodParameters:
           Name  Flags
      classGen   
      methodGen  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr this
         0: .line 279
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._op:I
            invokestatic com.sun.org.apache.xalan.internal.xsltc.runtime.Operators.getOpNames:(I)Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            bipush 40
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._left:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ", "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr._right:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            bipush 41
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.RelationalExpr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/RelationalExpr;
}
SourceFile: "RelationalExpr.java"