Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/bytecode/
DBytecode.java122 ExceptionTable tryblocks; field in Bytecode
142 tryblocks = new ExceptionTable(cp); in Bytecode()
167 bc.tryblocks = (ExceptionTable)tryblocks.clone(); in clone()
183 public ExceptionTable getExceptionTable() { return tryblocks; } in getExceptionTable()
190 get(), tryblocks); in toCodeAttribute()
308 tryblocks.add(start, end, handler, type); in addExceptionHandler()