Class SpecialBlockImpl

    • Method Detail

      • getNodes

        public java.util.List<Node> getNodes()
        Returns the nodes contained within this basic block. The list may be empty.

        The following invariant holds.

         forall n in getNodes() :: n.getBlock() == this
         

        This implementation returns an empty list.

        Specified by:
        getNodes in interface Block
        Returns:
        the nodes contained within this basic block
      • getLastNode

        public @Nullable Node getLastNode()
        Description copied from interface: Block
        Returns the last node of this block, or null if none.
        Specified by:
        getLastNode in interface Block
        Returns:
        the last node of this block or null
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object