Class SegmentTable


  • public class SegmentTable
    extends java.lang.Object
    A class to represent the new-executable segment table.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Segment[] getSegments()
      Returns an array of the segments defined in this segment table.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getSegments

        public Segment[] getSegments()
        Returns an array of the segments defined in this segment table.
        Returns:
        an array of the segments defined in this segment table