class com.sun.tools.javac.comp.Operators$BinaryShiftOperator extends com.sun.tools.javac.comp.Operators$BinaryOperatorHelper
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.javac.comp.Operators$BinaryShiftOperator
  super_class: com.sun.tools.javac.comp.Operators$BinaryOperatorHelper
{
  final com.sun.tools.javac.comp.Operators this$0;
    descriptor: Lcom/sun/tools/javac/comp/Operators;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.sun.tools.javac.comp.Operators, com.sun.tools.javac.tree.JCTree$Tag);
    descriptor: (Lcom/sun/tools/javac/comp/Operators;Lcom/sun/tools/javac/tree/JCTree$Tag;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.comp.Operators$BinaryShiftOperator this
        start local 2 // com.sun.tools.javac.tree.JCTree$Tag tag
         0: .line 573
            aload 0 /* this */
            aload 1
            putfield com.sun.tools.javac.comp.Operators$BinaryShiftOperator.this$0:Lcom/sun/tools/javac/comp/Operators;
         1: .line 574
            aload 0 /* this */
            aload 1
            aload 2 /* tag */
            invokespecial com.sun.tools.javac.comp.Operators$BinaryOperatorHelper.<init>:(Lcom/sun/tools/javac/comp/Operators;Lcom/sun/tools/javac/tree/JCTree$Tag;)V
         2: .line 575
            return
        end local 2 // com.sun.tools.javac.tree.JCTree$Tag tag
        end local 0 // com.sun.tools.javac.comp.Operators$BinaryShiftOperator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/javac/comp/Operators$BinaryShiftOperator;
            0    3     2   tag  Lcom/sun/tools/javac/tree/JCTree$Tag;
    MethodParameters:
        Name  Flags
      this$0  final
      tag     

  public com.sun.tools.javac.code.Symbol$OperatorSymbol resolve(com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type);
    descriptor: (Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Symbol$OperatorSymbol;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.comp.Operators$BinaryShiftOperator this
        start local 1 // com.sun.tools.javac.code.Type arg1
        start local 2 // com.sun.tools.javac.code.Type arg2
         0: .line 579
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Operators$BinaryShiftOperator.this$0:Lcom/sun/tools/javac/comp/Operators;
            aload 1 /* arg1 */
            invokevirtual com.sun.tools.javac.comp.Operators.unaryPromotion:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Operators$BinaryShiftOperator.this$0:Lcom/sun/tools/javac/comp/Operators;
            aload 2 /* arg2 */
            invokevirtual com.sun.tools.javac.comp.Operators.unaryPromotion:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.comp.Operators$BinaryShiftOperator.doLookup:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Symbol$OperatorSymbol;
            areturn
        end local 2 // com.sun.tools.javac.code.Type arg2
        end local 1 // com.sun.tools.javac.code.Type arg1
        end local 0 // com.sun.tools.javac.comp.Operators$BinaryShiftOperator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/comp/Operators$BinaryShiftOperator;
            0    1     1  arg1  Lcom/sun/tools/javac/code/Type;
            0    1     2  arg2  Lcom/sun/tools/javac/code/Type;
    MethodParameters:
      Name  Flags
      arg1  
      arg2  

  public boolean test(com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type);
    descriptor: (Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=3
        start local 0 // com.sun.tools.javac.comp.Operators$BinaryShiftOperator this
        start local 1 // com.sun.tools.javac.code.Type arg1
        start local 2 // com.sun.tools.javac.code.Type arg2
         0: .line 584
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Operators$BinaryShiftOperator.this$0:Lcom/sun/tools/javac/comp/Operators;
            aload 1 /* arg1 */
            invokevirtual com.sun.tools.javac.comp.Operators.unaryPromotion:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Type.getTag:()Lcom/sun/tools/javac/code/TypeTag;
            astore 3 /* op1 */
        start local 3 // com.sun.tools.javac.code.TypeTag op1
         1: .line 585
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Operators$BinaryShiftOperator.this$0:Lcom/sun/tools/javac/comp/Operators;
            aload 2 /* arg2 */
            invokevirtual com.sun.tools.javac.comp.Operators.unaryPromotion:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Type.getTag:()Lcom/sun/tools/javac/code/TypeTag;
            astore 4 /* op2 */
        start local 4 // com.sun.tools.javac.code.TypeTag op2
         2: .line 586
            aload 3 /* op1 */
            getstatic com.sun.tools.javac.code.TypeTag.LONG:Lcom/sun/tools/javac/code/TypeTag;
            if_acmpeq 3
            aload 3 /* op1 */
            getstatic com.sun.tools.javac.code.TypeTag.INT:Lcom/sun/tools/javac/code/TypeTag;
            if_acmpne 5
         3: .line 587
      StackMap locals: com.sun.tools.javac.code.TypeTag com.sun.tools.javac.code.TypeTag
      StackMap stack:
            aload 4 /* op2 */
            getstatic com.sun.tools.javac.code.TypeTag.LONG:Lcom/sun/tools/javac/code/TypeTag;
            if_acmpeq 4
            aload 4 /* op2 */
            getstatic com.sun.tools.javac.code.TypeTag.INT:Lcom/sun/tools/javac/code/TypeTag;
            if_acmpne 5
         4: .line 586
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         5: iconst_0
            ireturn
        end local 4 // com.sun.tools.javac.code.TypeTag op2
        end local 3 // com.sun.tools.javac.code.TypeTag op1
        end local 2 // com.sun.tools.javac.code.Type arg2
        end local 1 // com.sun.tools.javac.code.Type arg1
        end local 0 // com.sun.tools.javac.comp.Operators$BinaryShiftOperator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/tools/javac/comp/Operators$BinaryShiftOperator;
            0    6     1  arg1  Lcom/sun/tools/javac/code/Type;
            0    6     2  arg2  Lcom/sun/tools/javac/code/Type;
            1    6     3   op1  Lcom/sun/tools/javac/code/TypeTag;
            2    6     4   op2  Lcom/sun/tools/javac/code/TypeTag;
    MethodParameters:
      Name  Flags
      arg1  
      arg2  

  public boolean test(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast com.sun.tools.javac.code.Type
            aload 2
            checkcast com.sun.tools.javac.code.Type
            invokevirtual com.sun.tools.javac.comp.Operators$BinaryShiftOperator.test:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "Operators.java"
NestHost: com.sun.tools.javac.comp.Operators
InnerClasses:
  public OperatorSymbol = com.sun.tools.javac.code.Symbol$OperatorSymbol of com.sun.tools.javac.code.Symbol
  abstract BinaryOperatorHelper = com.sun.tools.javac.comp.Operators$BinaryOperatorHelper of com.sun.tools.javac.comp.Operators
  BinaryShiftOperator = com.sun.tools.javac.comp.Operators$BinaryShiftOperator of com.sun.tools.javac.comp.Operators
  public final Tag = com.sun.tools.javac.tree.JCTree$Tag of com.sun.tools.javac.tree.JCTree