Home
last modified time | relevance | path

Searched refs:tryblocks (Results 1 – 1 of 1) sorted by relevance

/external/javassist/src/main/javassist/bytecode/
DBytecode.java126 ExceptionTable tryblocks; field in Bytecode
146 tryblocks = new ExceptionTable(cp); in Bytecode()
172 bc.tryblocks = (ExceptionTable)tryblocks.clone(); in clone()
188 public ExceptionTable getExceptionTable() { return tryblocks; } in getExceptionTable()
195 get(), tryblocks); in toCodeAttribute()
313 tryblocks.add(start, end, handler, type); in addExceptionHandler()