Lines Matching defs:constantInstruction
621 public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction)623 println(constantInstruction.toString(offset));626 clazz.constantPoolEntryAccept(constantInstruction.constantIndex, this);