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 Details

    • BaseTryBlock

      public BaseTryBlock()
  • Method Details

    • equals

      public boolean equals(Object o)
      Description copied from interface: TryBlock
      Compares 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.
      Specified by:
      equals in interface TryBlock<EH extends ExceptionHandler>
      Overrides:
      equals in class Object
      Parameters:
      o - The object to be compared for equality with this TryBlock
      Returns:
      true if the specified object is equal to this TryBlock