class com.sun.tools.javac.comp.Operators$UnaryBooleanOperator extends com.sun.tools.javac.comp.Operators$UnaryOperatorHelper
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.javac.comp.Operators$UnaryBooleanOperator
  super_class: com.sun.tools.javac.comp.Operators$UnaryOperatorHelper
{
  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$UnaryBooleanOperator this
        start local 2 // com.sun.tools.javac.tree.JCTree$Tag tag
         0: .line 440
            aload 0 /* this */
            aload 1
            putfield com.sun.tools.javac.comp.Operators$UnaryBooleanOperator.this$0:Lcom/sun/tools/javac/comp/Operators;
         1: .line 441
            aload 0 /* this */
            aload 1
            aload 2 /* tag */
            invokespecial com.sun.tools.javac.comp.Operators$UnaryOperatorHelper.<init>:(Lcom/sun/tools/javac/comp/Operators;Lcom/sun/tools/javac/tree/JCTree$Tag;)V
         2: .line 442
            return
        end local 2 // com.sun.tools.javac.tree.JCTree$Tag tag
        end local 0 // com.sun.tools.javac.comp.Operators$UnaryBooleanOperator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/javac/comp/Operators$UnaryBooleanOperator;
            0    3     2   tag  Lcom/sun/tools/javac/tree/JCTree$Tag;
    MethodParameters:
        Name  Flags
      this$0  final
      tag     

  public boolean test(com.sun.tools.javac.code.Type);
    descriptor: (Lcom/sun/tools/javac/code/Type;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Operators$UnaryBooleanOperator this
        start local 1 // com.sun.tools.javac.code.Type type
         0: .line 446
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Operators$UnaryBooleanOperator.this$0:Lcom/sun/tools/javac/comp/Operators;
            getfield com.sun.tools.javac.comp.Operators.types:Lcom/sun/tools/javac/code/Types;
            aload 1 /* type */
            invokevirtual com.sun.tools.javac.code.Types.unboxedTypeOrType:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            getstatic com.sun.tools.javac.code.TypeTag.BOOLEAN:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ireturn
        end local 1 // com.sun.tools.javac.code.Type type
        end local 0 // com.sun.tools.javac.comp.Operators$UnaryBooleanOperator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/comp/Operators$UnaryBooleanOperator;
            0    1     1  type  Lcom/sun/tools/javac/code/Type;
    MethodParameters:
      Name  Flags
      type  

  public com.sun.tools.javac.code.Symbol$OperatorSymbol resolve(com.sun.tools.javac.code.Type);
    descriptor: (Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Symbol$OperatorSymbol;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Operators$UnaryBooleanOperator this
        start local 1 // com.sun.tools.javac.code.Type arg
         0: .line 451
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Operators$UnaryBooleanOperator.this$0:Lcom/sun/tools/javac/comp/Operators;
            getfield com.sun.tools.javac.comp.Operators.syms:Lcom/sun/tools/javac/code/Symtab;
            getfield com.sun.tools.javac.code.Symtab.booleanType:Lcom/sun/tools/javac/code/Type$JCPrimitiveType;
            invokevirtual com.sun.tools.javac.comp.Operators$UnaryBooleanOperator.doLookup:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Symbol$OperatorSymbol;
            areturn
        end local 1 // com.sun.tools.javac.code.Type arg
        end local 0 // com.sun.tools.javac.comp.Operators$UnaryBooleanOperator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/comp/Operators$UnaryBooleanOperator;
            0    1     1   arg  Lcom/sun/tools/javac/code/Type;
    MethodParameters:
      Name  Flags
      arg   

  public boolean test(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast com.sun.tools.javac.code.Type
            invokevirtual com.sun.tools.javac.comp.Operators$UnaryBooleanOperator.test:(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
  UnaryBooleanOperator = com.sun.tools.javac.comp.Operators$UnaryBooleanOperator of com.sun.tools.javac.comp.Operators
  abstract UnaryOperatorHelper = com.sun.tools.javac.comp.Operators$UnaryOperatorHelper of com.sun.tools.javac.comp.Operators
  public final Tag = com.sun.tools.javac.tree.JCTree$Tag of com.sun.tools.javac.tree.JCTree