class com.sun.org.apache.xalan.internal.xsltc.compiler.VariableRefBase extends com.sun.org.apache.xalan.internal.xsltc.compiler.Expression
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.org.apache.xalan.internal.xsltc.compiler.VariableRefBase
  super_class: com.sun.org.apache.xalan.internal.xsltc.compiler.Expression
{
  protected com.sun.org.apache.xalan.internal.xsltc.compiler.VariableBase _variable;
    descriptor: Lcom/sun/org/apache/xalan/internal/xsltc/compiler/VariableBase;
    flags: (0x0004) ACC_PROTECTED

  protected com.sun.org.apache.xalan.internal.xsltc.compiler.Closure _closure;
    descriptor: Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Closure;
    flags: (0x0004) ACC_PROTECTED

  public void <init>(com.sun.org.apache.xalan.internal.xsltc.compiler.VariableBase);
    descriptor: (Lcom/sun/org/apache/xalan/internal/xsltc/compiler/VariableBase;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.VariableRefBase this
        start local 1 // com.sun.org.apache.xalan.internal.xsltc.compiler.VariableBase variable
         0: .line 45
            aload 0 /* this */
            invokespecial com.sun.org.apache.xalan.internal.xsltc.compiler.Expression.<init>:()V
         1: .line 43
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xalan.internal.xsltc.compiler.VariableRefBase._closure:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Closure;
         2: .line 46
            aload 0 /* this */
            aload 1 /* variable */
            putfield com.sun.org.apache.xalan.internal.xsltc.compiler.VariableRefBase._variable:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/VariableBase;
         3: .line 47
            aload 1 /* variable */
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.VariableBase.addReference:(Lcom/sun/org/apache/xalan/internal/xsltc/compiler/VariableRefBase;)V
         4: .line 48
            return
        end local 1 // com.sun.org.apache.xalan.internal.xsltc.compiler.VariableBase variable
        end local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.VariableRefBase this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/VariableRefBase;
            0    5     1  variable  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/VariableBase;
    MethodParameters:
          Name  Flags
      variable  

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.VariableRefBase this
         0: .line 50
            aload 0 /* this */
            invokespecial com.sun.org.apache.xalan.internal.xsltc.compiler.Expression.<init>:()V
         1: .line 43
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xalan.internal.xsltc.compiler.VariableRefBase._closure:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Closure;
         2: .line 51
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xalan.internal.xsltc.compiler.VariableRefBase._variable:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/VariableBase;
         3: .line 52
            return
        end local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.VariableRefBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/VariableRefBase;

  public com.sun.org.apache.xalan.internal.xsltc.compiler.VariableBase getVariable();
    descriptor: ()Lcom/sun/org/apache/xalan/internal/xsltc/compiler/VariableBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.VariableRefBase this
         0: .line 58
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.VariableRefBase._variable:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/VariableBase;
            areturn
        end local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.VariableRefBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/VariableRefBase;

  public void addParentDependency();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.VariableRefBase this
         0: .line 74
            aload 0 /* this */
            astore 1 /* node */
        start local 1 // com.sun.org.apache.xalan.internal.xsltc.compiler.SyntaxTreeNode node
         1: .line 75
            goto 3
         2: .line 76
      StackMap locals: com.sun.org.apache.xalan.internal.xsltc.compiler.SyntaxTreeNode
      StackMap stack:
            aload 1 /* node */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.SyntaxTreeNode.getParent:()Lcom/sun/org/apache/xalan/internal/xsltc/compiler/SyntaxTreeNode;
            astore 1 /* node */
         3: .line 75
      StackMap locals:
      StackMap stack:
            aload 1 /* node */
            ifnull 4
            aload 1 /* node */
            instanceof com.sun.org.apache.xalan.internal.xsltc.compiler.TopLevelElement
            ifeq 2
         4: .line 79
      StackMap locals:
      StackMap stack:
            aload 1 /* node */
            checkcast com.sun.org.apache.xalan.internal.xsltc.compiler.TopLevelElement
            astore 2 /* parent */
        start local 2 // com.sun.org.apache.xalan.internal.xsltc.compiler.TopLevelElement parent
         5: .line 80
            aload 2 /* parent */
            ifnull 16
         6: .line 81
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.VariableRefBase._variable:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/VariableBase;
            astore 3 /* var */
        start local 3 // com.sun.org.apache.xalan.internal.xsltc.compiler.VariableBase var
         7: .line 82
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.VariableRefBase._variable:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/VariableBase;
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.VariableBase._ignore:Z
            ifeq 15
         8: .line 83
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.VariableRefBase._variable:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/VariableBase;
            instanceof com.sun.org.apache.xalan.internal.xsltc.compiler.Variable
            ifeq 13
         9: .line 84
            aload 2 /* parent */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.TopLevelElement.getSymbolTable:()Lcom/sun/org/apache/xalan/internal/xsltc/compiler/SymbolTable;
        10: .line 85
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.VariableRefBase._variable:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/VariableBase;
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.VariableBase._name:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/QName;
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.SymbolTable.lookupVariable:(Lcom/sun/org/apache/xalan/internal/xsltc/compiler/QName;)Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Variable;
        11: .line 84
            astore 3 /* var */
        12: .line 86
            goto 15
      StackMap locals: com.sun.org.apache.xalan.internal.xsltc.compiler.TopLevelElement com.sun.org.apache.xalan.internal.xsltc.compiler.VariableBase
      StackMap stack:
        13: aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.VariableRefBase._variable:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/VariableBase;
            instanceof com.sun.org.apache.xalan.internal.xsltc.compiler.Param
            ifeq 15
        14: .line 87
            aload 2 /* parent */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.TopLevelElement.getSymbolTable:()Lcom/sun/org/apache/xalan/internal/xsltc/compiler/SymbolTable;
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.VariableRefBase._variable:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/VariableBase;
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.VariableBase._name:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/QName;
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.SymbolTable.lookupParam:(Lcom/sun/org/apache/xalan/internal/xsltc/compiler/QName;)Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Param;
            astore 3 /* var */
        15: .line 91
      StackMap locals:
      StackMap stack:
            aload 2 /* parent */
            aload 3 /* var */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.TopLevelElement.addDependency:(Lcom/sun/org/apache/xalan/internal/xsltc/compiler/TopLevelElement;)V
        end local 3 // com.sun.org.apache.xalan.internal.xsltc.compiler.VariableBase var
        16: .line 93
      StackMap locals:
      StackMap stack:
            return
        end local 2 // com.sun.org.apache.xalan.internal.xsltc.compiler.TopLevelElement parent
        end local 1 // com.sun.org.apache.xalan.internal.xsltc.compiler.SyntaxTreeNode node
        end local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.VariableRefBase this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   17     0    this  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/VariableRefBase;
            1   17     1    node  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/SyntaxTreeNode;
            5   17     2  parent  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/TopLevelElement;
            7   16     3     var  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/VariableBase;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.VariableRefBase this
        start local 1 // java.lang.Object obj
         0: .line 101
            aload 1 /* obj */
            aload 0 /* this */
            if_acmpeq 3
            aload 1 /* obj */
            instanceof com.sun.org.apache.xalan.internal.xsltc.compiler.VariableRefBase
            ifeq 2
         1: .line 102
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.VariableRefBase._variable:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/VariableBase;
            aload 1 /* obj */
            checkcast com.sun.org.apache.xalan.internal.xsltc.compiler.VariableRefBase
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.VariableRefBase._variable:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/VariableBase;
            if_acmpeq 3
         2: .line 101
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_1
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.VariableRefBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/VariableRefBase;
            0    4     1   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.VariableRefBase this
         0: .line 107
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.VariableRefBase._variable:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/VariableBase;
            invokestatic java.util.Objects.hashCode:(Ljava/lang/Object;)I
            ireturn
        end local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.VariableRefBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/VariableRefBase;

  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.VariableRefBase this
         0: .line 117
            new java.lang.StringBuilder
            dup
            ldc "variable-ref("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.VariableRefBase._variable:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/VariableBase;
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.VariableBase.getName:()Lcom/sun/org/apache/xalan/internal/xsltc/compiler/QName;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            bipush 47
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.VariableRefBase._variable:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/VariableBase;
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.VariableBase.getType:()Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
            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.VariableRefBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/VariableRefBase;

  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=2, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.VariableRefBase this
        start local 1 // com.sun.org.apache.xalan.internal.xsltc.compiler.SymbolTable stable
         0: .line 125
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.VariableRefBase._type:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
            ifnull 1
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.VariableRefBase._type:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
            areturn
         1: .line 128
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.VariableRefBase._variable:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/VariableBase;
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.VariableBase.isLocal:()Z
            ifeq 12
         2: .line 129
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.VariableRefBase.getParent:()Lcom/sun/org/apache/xalan/internal/xsltc/compiler/SyntaxTreeNode;
            astore 2 /* node */
        start local 2 // com.sun.org.apache.xalan.internal.xsltc.compiler.SyntaxTreeNode node
         3: .line 131
      StackMap locals: com.sun.org.apache.xalan.internal.xsltc.compiler.SyntaxTreeNode
      StackMap stack:
            aload 2 /* node */
            instanceof com.sun.org.apache.xalan.internal.xsltc.compiler.Closure
            ifeq 6
         4: .line 132
            aload 0 /* this */
            aload 2 /* node */
            checkcast com.sun.org.apache.xalan.internal.xsltc.compiler.Closure
            putfield com.sun.org.apache.xalan.internal.xsltc.compiler.VariableRefBase._closure:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Closure;
         5: .line 133
            goto 10
         6: .line 135
      StackMap locals:
      StackMap stack:
            aload 2 /* node */
            instanceof com.sun.org.apache.xalan.internal.xsltc.compiler.TopLevelElement
            ifeq 8
         7: .line 136
            goto 10
         8: .line 138
      StackMap locals:
      StackMap stack:
            aload 2 /* node */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.SyntaxTreeNode.getParent:()Lcom/sun/org/apache/xalan/internal/xsltc/compiler/SyntaxTreeNode;
            astore 2 /* node */
         9: .line 139
            aload 2 /* node */
            ifnonnull 3
        10: .line 141
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.VariableRefBase._closure:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Closure;
            ifnull 12
        11: .line 142
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.VariableRefBase._closure:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Closure;
            aload 0 /* this */
            invokeinterface com.sun.org.apache.xalan.internal.xsltc.compiler.Closure.addVariable:(Lcom/sun/org/apache/xalan/internal/xsltc/compiler/VariableRefBase;)V
        end local 2 // com.sun.org.apache.xalan.internal.xsltc.compiler.SyntaxTreeNode node
        12: .line 147
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.VariableRefBase._variable:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/VariableBase;
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.VariableBase.getType:()Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
            putfield com.sun.org.apache.xalan.internal.xsltc.compiler.VariableRefBase._type:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
        13: .line 151
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.VariableRefBase._type:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
            ifnonnull 16
        14: .line 152
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.VariableRefBase._variable:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/VariableBase;
            aload 1 /* stable */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.VariableBase.typeCheck:(Lcom/sun/org/apache/xalan/internal/xsltc/compiler/SymbolTable;)Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
            pop
        15: .line 153
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.VariableRefBase._variable:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/VariableBase;
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.VariableBase.getType:()Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
            putfield com.sun.org.apache.xalan.internal.xsltc.compiler.VariableRefBase._type:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
        16: .line 157
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.VariableRefBase.addParentDependency:()V
        17: .line 160
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.VariableRefBase._type:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
            areturn
        end local 1 // com.sun.org.apache.xalan.internal.xsltc.compiler.SymbolTable stable
        end local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.VariableRefBase this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   18     0    this  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/VariableRefBase;
            0   18     1  stable  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/SymbolTable;
            3   12     2    node  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/SyntaxTreeNode;
    Exceptions:
      throws com.sun.org.apache.xalan.internal.xsltc.compiler.util.TypeCheckError
    MethodParameters:
        Name  Flags
      stable  
}
SourceFile: "VariableRefBase.java"