public class org.jf.smali.SmaliMethodParameter extends org.jf.dexlib2.base.BaseMethodParameter implements org.jf.smali.WithRegister
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jf.smali.SmaliMethodParameter
  super_class: org.jf.dexlib2.base.BaseMethodParameter
{
  public final int register;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final java.lang.String type;
    descriptor: Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    RuntimeVisibleAnnotations: 
      javax.annotation.Nonnull()

  public java.util.Set<? extends org.jf.dexlib2.iface.Annotation> annotations;
    descriptor: Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Signature: Ljava/util/Set<+Lorg/jf/dexlib2/iface/Annotation;>;
    RuntimeVisibleAnnotations: 
      javax.annotation.Nonnull()

  public java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    RuntimeVisibleAnnotations: 
      javax.annotation.Nullable()

  public static final java.util.Comparator<org.jf.smali.WithRegister> COMPARATOR;
    descriptor: Ljava/util/Comparator;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/Comparator<Lorg/jf/smali/WithRegister;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 62
            new org.jf.smali.SmaliMethodParameter$1
            dup
            invokespecial org.jf.smali.SmaliMethodParameter$1.<init>:()V
            putstatic org.jf.smali.SmaliMethodParameter.COMPARATOR:Ljava/util/Comparator;
         1: .line 66
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(int, java.lang.String);
    descriptor: (ILjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.jf.smali.SmaliMethodParameter this
        start local 1 // int register
        start local 2 // java.lang.String type
         0: .line 50
            aload 0 /* this */
            invokespecial org.jf.dexlib2.base.BaseMethodParameter.<init>:()V
         1: .line 51
            aload 0 /* this */
            iload 1 /* register */
            putfield org.jf.smali.SmaliMethodParameter.register:I
         2: .line 52
            aload 0 /* this */
            aload 2 /* type */
            putfield org.jf.smali.SmaliMethodParameter.type:Ljava/lang/String;
         3: .line 53
            aload 0 /* this */
            invokestatic com.google.common.collect.ImmutableSet.of:()Lcom/google/common/collect/ImmutableSet;
            putfield org.jf.smali.SmaliMethodParameter.annotations:Ljava/util/Set;
         4: .line 54
            return
        end local 2 // java.lang.String type
        end local 1 // int register
        end local 0 // org.jf.smali.SmaliMethodParameter this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/jf/smali/SmaliMethodParameter;
            0    5     1  register  I
            0    5     2      type  Ljava/lang/String;
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        javax.annotation.Nonnull()
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
        javax.annotation.Nonnull()
    MethodParameters:
          Name  Flags
      register  
      type      

  public int getRegister();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jf.smali.SmaliMethodParameter this
         0: .line 56
            aload 0 /* this */
            getfield org.jf.smali.SmaliMethodParameter.register:I
            ireturn
        end local 0 // org.jf.smali.SmaliMethodParameter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jf/smali/SmaliMethodParameter;

  public java.lang.String getType();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jf.smali.SmaliMethodParameter this
         0: .line 57
            aload 0 /* this */
            getfield org.jf.smali.SmaliMethodParameter.type:Ljava/lang/String;
            areturn
        end local 0 // org.jf.smali.SmaliMethodParameter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jf/smali/SmaliMethodParameter;
    RuntimeVisibleAnnotations: 
      javax.annotation.Nonnull()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        javax.annotation.Nonnull()

  public java.util.Set<? extends org.jf.dexlib2.iface.Annotation> getAnnotations();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jf.smali.SmaliMethodParameter this
         0: .line 58
            aload 0 /* this */
            getfield org.jf.smali.SmaliMethodParameter.annotations:Ljava/util/Set;
            areturn
        end local 0 // org.jf.smali.SmaliMethodParameter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jf/smali/SmaliMethodParameter;
    Signature: ()Ljava/util/Set<+Lorg/jf/dexlib2/iface/Annotation;>;
    RuntimeVisibleAnnotations: 
      javax.annotation.Nonnull()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        javax.annotation.Nonnull()

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jf.smali.SmaliMethodParameter this
         0: .line 59
            aload 0 /* this */
            getfield org.jf.smali.SmaliMethodParameter.name:Ljava/lang/String;
            areturn
        end local 0 // org.jf.smali.SmaliMethodParameter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jf/smali/SmaliMethodParameter;
    RuntimeVisibleAnnotations: 
      javax.annotation.Nullable()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        javax.annotation.Nullable()

  public java.lang.String getSignature();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jf.smali.SmaliMethodParameter this
         0: .line 60
            aconst_null
            areturn
        end local 0 // org.jf.smali.SmaliMethodParameter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jf/smali/SmaliMethodParameter;
    RuntimeVisibleAnnotations: 
      javax.annotation.Nullable()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        javax.annotation.Nullable()
}
SourceFile: "SmaliMethodParameter.java"
NestMembers:
  org.jf.smali.SmaliMethodParameter$1
InnerClasses:
  org.jf.smali.SmaliMethodParameter$1