Class CodeBlockImpl

  • All Implemented Interfaces:
    AddressSetView, CodeBlock, java.lang.Iterable<AddressRange>

    public class CodeBlockImpl
    extends java.lang.Object
    implements CodeBlock
    CodeBlockImpl is an implementation of a CodeBlock. These are produced by a particular CodeBlockModel and are associated with only that model. Most methods simply delegate any work that is specific to a particular CodeBlockModel to that model.
    See Also:
    CodeBlock