Class EntryPoint


  • public class EntryPoint
    extends java.lang.Object
    A class to represent a new-executable entry point.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static byte EXPORTED  
      static byte GLOBAL  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte getFlagword()
      Returns the flagword.
      short getInstruction()
      Returns the instruction.
      short getOffset()
      Returns the offset.
      byte getSegment()
      Returns the segment.
      • Methods inherited from class java.lang.Object

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

      • getFlagword

        public byte getFlagword()
        Returns the flagword.
        Returns:
        the flagword
      • getInstruction

        public short getInstruction()
        Returns the instruction.
        Returns:
        the instruction
      • getSegment

        public byte getSegment()
        Returns the segment.
        Returns:
        the segment
      • getOffset

        public short getOffset()
        Returns the offset.
        Returns:
        the offset