Searched defs:getTryBlocks (Results 1 – 5 of 5) sorted by relevance
73 @Nonnull List<? extends TryBlock<? extends ExceptionHandler>> getTryBlocks(); in getTryBlocks() method
70 … @Override @Nonnull public List<? extends TryBlock<? extends ExceptionHandler>> getTryBlocks() { in getTryBlocks() method in MethodImplementationRewriter.RewrittenMethodImplementation
91 …@Nonnull @Override public ImmutableList<? extends ImmutableTryBlock> getTryBlocks() { return tryBl… in getTryBlocks() method in ImmutableMethodImplementation
80 …@Nonnull List<? extends TryBlock<? extends ExceptionHandler>> getTryBlocks(@Nonnull MethodKey key); in getTryBlocks() method
315 public List<TryBlock<EH>> getTryBlocks() { in getTryBlocks() method in TryListBuilder