OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:throwsindex
(Results
1 - 1
of
1
) sorted by null
/external/javassist/src/main/javassist/bytecode/
ClassFileWriter.java
316
protected int
throwsIndex
;
329
throwsIndex
= 0;
397
if (
throwsIndex
== 0)
398
throwsIndex
= constPool.addUtf8Info(ExceptionsAttribute.tag);
400
output.writeShort(
throwsIndex
);
Completed in 38 milliseconds