Home
last modified time | relevance | path

Searched defs:exceptionIndex (Results 1 – 2 of 2) sorted by relevance

/external/proguard/src/proguard/classfile/editor/
DExceptionsAttributeEditor.java50 public void addException(int exceptionIndex) in addException()
/external/ow2-asm/asm/src/main/java/org/objectweb/asm/
DTypeReference.java261 public static TypeReference newExceptionReference(final int exceptionIndex) { in newExceptionReference()