Home | History | Annotate | Download | only in editor

Lines Matching full:switchinstruction

560     public void visitAnySwitchInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SwitchInstruction switchInstruction)
566 switchInstruction.defaultOffset =
567 newBranchOffset(offset, switchInstruction.defaultOffset);
571 switchInstruction.jumpOffsets);