Searched refs:throwsIndex (Results 1 – 1 of 1) sorted by relevance
316 protected int throwsIndex; field in ClassFileWriter.MethodWriter329 throwsIndex = 0; in MethodWriter()397 if (throwsIndex == 0) in writeThrows()398 throwsIndex = constPool.addUtf8Info(ExceptionsAttribute.tag); in writeThrows()400 output.writeShort(throwsIndex); in writeThrows()