Searched defs:exception_index (Results 1 - 3 of 3) sorted by relevance

/external/emma/core/java12/com/vladium/jcd/cls/attribute/
H A DIDeclaredExceptionTable.java63 * @param exception_index constant pool index [must be positive; input not validated]
67 int add (int exception_index); argument
73 * in the constant pool, in the slot pointed to by 'exception_index'.
76 * @param exception_index constant pool index [must be positive; input not validated]
81 int set (int offset, int exception_index); argument
H A DDeclaredExceptionTable.java79 public int add (final int exception_index) argument
82 m_exceptions.add (exception_index);
87 public int set (final int offset, final int exception_index) argument
89 return m_exceptions.set (offset, exception_index);
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 42 milliseconds