LookupSwitchInsnNode(LabelNode dflt, int[] keys, LabelNode[] labels) Constructs a new
LookupSwitchInsnNode .
Parameters: dflt - beginning of the default handler block. Parameters: keys - the values of the keys. Parameters: labels - beginnings of the handler blocks.
Constructs a new
LookupSwitchInsnNode .
Parameters: dflt - beginning of the default handler block. Parameters: keys - the values of the keys. Parameters: labels - beginnings of the handler blocks. labels[i] isthe beginning of the handler block for the keys[i] key.