class com.sun.tools.javac.comp.Operators$UnaryNumericOperator 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$UnaryNumericOperator
  super_class: com.sun.tools.javac.comp.Operators$UnaryOperatorHelper
{
  java.util.function.Predicate<com.sun.tools.javac.code.Type> numericTest;
    descriptor: Ljava/util/function/Predicate;
    flags: (0x0000) 
    Signature: Ljava/util/function/Predicate<Lcom/sun/tools/javac/code/Type;>;

  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=4, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.comp.Operators$UnaryNumericOperator this
        start local 2 // com.sun.tools.javac.tree.JCTree$Tag tag
         0: .line 415
            aload 0 /* this */
            aload 1
            aload 2 /* tag */
            invokedynamic test()Ljava/util/function/Predicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Z
                  com/sun/tools/javac/code/Type.isNumeric()Z (5)
                  (Lcom/sun/tools/javac/code/Type;)Z
            invokespecial com.sun.tools.javac.comp.Operators$UnaryNumericOperator.<init>:(Lcom/sun/tools/javac/comp/Operators;Lcom/sun/tools/javac/tree/JCTree$Tag;Ljava/util/function/Predicate;)V
         1: .line 416
            return
        end local 2 // com.sun.tools.javac.tree.JCTree$Tag tag
        end local 0 // com.sun.tools.javac.comp.Operators$UnaryNumericOperator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/javac/comp/Operators$UnaryNumericOperator;
            0    2     2   tag  Lcom/sun/tools/javac/tree/JCTree$Tag;
    MethodParameters:
        Name  Flags
      this$0  final
      tag     

  void <init>(com.sun.tools.javac.tree.JCTree$Tag, java.util.function.Predicate<com.sun.tools.javac.code.Type>);
    descriptor: (Lcom/sun/tools/javac/comp/Operators;Lcom/sun/tools/javac/tree/JCTree$Tag;Ljava/util/function/Predicate;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.sun.tools.javac.comp.Operators$UnaryNumericOperator this
        start local 2 // com.sun.tools.javac.tree.JCTree$Tag tag
        start local 3 // java.util.function.Predicate numericTest
         0: .line 418
            aload 0 /* this */
            aload 1
            putfield com.sun.tools.javac.comp.Operators$UnaryNumericOperator.this$0:Lcom/sun/tools/javac/comp/Operators;
         1: .line 419
            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 420
            aload 0 /* this */
            aload 3 /* numericTest */
            putfield com.sun.tools.javac.comp.Operators$UnaryNumericOperator.numericTest:Ljava/util/function/Predicate;
         3: .line 421
            return
        end local 3 // java.util.function.Predicate numericTest
        end local 2 // com.sun.tools.javac.tree.JCTree$Tag tag
        end local 0 // com.sun.tools.javac.comp.Operators$UnaryNumericOperator this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lcom/sun/tools/javac/comp/Operators$UnaryNumericOperator;
            0    4     2          tag  Lcom/sun/tools/javac/tree/JCTree$Tag;
            0    4     3  numericTest  Ljava/util/function/Predicate<Lcom/sun/tools/javac/code/Type;>;
    Signature: (Lcom/sun/tools/javac/tree/JCTree$Tag;Ljava/util/function/Predicate<Lcom/sun/tools/javac/code/Type;>;)V
    MethodParameters:
             Name  Flags
      this$0       final
      tag          
      numericTest  

  public boolean test(com.sun.tools.javac.code.Type);
    descriptor: (Lcom/sun/tools/javac/code/Type;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Operators$UnaryNumericOperator this
        start local 1 // com.sun.tools.javac.code.Type type
         0: .line 425
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Operators$UnaryNumericOperator.numericTest:Ljava/util/function/Predicate;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Operators$UnaryNumericOperator.this$0:Lcom/sun/tools/javac/comp/Operators;
            aload 1 /* type */
            invokevirtual com.sun.tools.javac.comp.Operators.unaryPromotion:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            invokeinterface java.util.function.Predicate.test:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // com.sun.tools.javac.code.Type type
        end local 0 // com.sun.tools.javac.comp.Operators$UnaryNumericOperator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/comp/Operators$UnaryNumericOperator;
            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=3, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Operators$UnaryNumericOperator this
        start local 1 // com.sun.tools.javac.code.Type arg
         0: .line 430
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Operators$UnaryNumericOperator.this$0:Lcom/sun/tools/javac/comp/Operators;
            aload 1 /* arg */
            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$UnaryNumericOperator.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$UnaryNumericOperator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/comp/Operators$UnaryNumericOperator;
            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$UnaryNumericOperator.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
  UnaryNumericOperator = com.sun.tools.javac.comp.Operators$UnaryNumericOperator 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
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles