Package org.jf.dexlib2.base
Class BaseTryBlock<EH extends ExceptionHandler>
java.lang.Object
org.jf.dexlib2.base.BaseTryBlock<EH>
- All Implemented Interfaces:
TryBlock<EH>
- Direct Known Subclasses:
BuilderTryBlock,BuilderTryBlock,DexBackedTryBlock,ImmutableTryBlock,TryBlockRewriter.RewrittenTryBlock,TryListBuilder.MutableTryBlock
public abstract class BaseTryBlock<EH extends ExceptionHandler>
extends Object
implements TryBlock<EH>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jf.dexlib2.iface.TryBlock
getCodeUnitCount, getExceptionHandlers, getStartCodeAddress
-
Constructor Details
-
BaseTryBlock
public BaseTryBlock()
-
-
Method Details
-
equals
Description copied from interface:TryBlockCompares this TryBlock to another TryBlock for equality. This TryBlock is equal to another TryBlock if all 3 fields are equal. The exception handlers are tested for equality using the usual List equality semantics.
-