Class SwitchData

java.lang.Object
org.glassfish.rmic.tools.asm.SwitchData

public final class SwitchData extends Object
WARNING: The contents of this source file are not part of any supported API. Code that depends on them does so at its own risk: they are subject to change or removal without notice.
  • Field Details

  • Constructor Details

    • SwitchData

      public SwitchData()
  • Method Details

    • get

      public Label get(int n)
      Get a label
    • get

      public Label get(Integer n)
      Get a label
    • add

      public void add(int n, Label lbl)
      Add a label
    • getDefaultLabel

      public Label getDefaultLabel()
      Get the default label
    • sortedKeys

      public Enumeration<Integer> sortedKeys()
      Return the keys of this enumaration sorted in ascending order
    • initTableCase

      public void initTableCase()
    • addTableCase

      public void addTableCase(int index, long where)
    • addTableDefault

      public void addTableDefault(long where)
    • whereCase

      public long whereCase(Object key)
    • getDefault

      public boolean getDefault()