Searched refs:TableSwitch (Results 1 – 2 of 2) sorted by relevance
3123 static class TableSwitch extends Transformer { class in Transformers3127 TableSwitch(MethodType type, MethodHandle fallback, MethodHandle[] targets) { in TableSwitch() method in Transformers.TableSwitch
5715 return new Transformers.TableSwitch(type, fallback, targets); in tableSwitch()