final class org.apache.cassandra.schema.LegacySchemaMigrator$Function
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.apache.cassandra.schema.LegacySchemaMigrator$Function
  super_class: java.lang.Object
{
  final long timestamp;
    descriptor: J
    flags: (0x0010) ACC_FINAL

  final org.apache.cassandra.cql3.functions.UDFunction metadata;
    descriptor: Lorg/apache/cassandra/cql3/functions/UDFunction;
    flags: (0x0010) ACC_FINAL

  void <init>(long, org.apache.cassandra.cql3.functions.UDFunction);
    descriptor: (JLorg/apache/cassandra/cql3/functions/UDFunction;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.apache.cassandra.schema.LegacySchemaMigrator$Function this
        start local 1 // long timestamp
        start local 3 // org.apache.cassandra.cql3.functions.UDFunction metadata
         0: .line 1106
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1108
            aload 0 /* this */
            lload 1 /* timestamp */
            putfield org.apache.cassandra.schema.LegacySchemaMigrator$Function.timestamp:J
         2: .line 1109
            aload 0 /* this */
            aload 3 /* metadata */
            putfield org.apache.cassandra.schema.LegacySchemaMigrator$Function.metadata:Lorg/apache/cassandra/cql3/functions/UDFunction;
         3: .line 1110
            return
        end local 3 // org.apache.cassandra.cql3.functions.UDFunction metadata
        end local 1 // long timestamp
        end local 0 // org.apache.cassandra.schema.LegacySchemaMigrator$Function this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/apache/cassandra/schema/LegacySchemaMigrator$Function;
            0    4     1  timestamp  J
            0    4     3   metadata  Lorg/apache/cassandra/cql3/functions/UDFunction;
    MethodParameters:
           Name  Flags
      timestamp  
      metadata   
}
SourceFile: "LegacySchemaMigrator.java"
NestHost: org.apache.cassandra.schema.LegacySchemaMigrator
InnerClasses:
  private final Function = org.apache.cassandra.schema.LegacySchemaMigrator$Function of org.apache.cassandra.schema.LegacySchemaMigrator