Class SwitchLabelElement

java.lang.Object
org.jf.dexlib2.builder.SwitchLabelElement

public class SwitchLabelElement extends Object
  • Field Details

    • key

      public final int key
    • target

      @Nonnull public final Label target
  • Constructor Details

    • SwitchLabelElement

      public SwitchLabelElement(int key, @Nonnull Label target)