Class OmfSymbolRecord


  • public class OmfSymbolRecord
    extends OmfRecord
    • Constructor Detail

      • OmfSymbolRecord

        public OmfSymbolRecord​(BinaryReader reader,
                               boolean isStatic)
                        throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • isStatic

        public boolean isStatic()
      • getGroupIndex

        public int getGroupIndex()
      • getSegmentIndex

        public int getSegmentIndex()
      • numSymbols

        public int numSymbols()
      • getSymbol

        public OmfSymbol getSymbol​(int i)