Class DataSection


  • public final class DataSection
    extends java.lang.Object
    The DataSection class describes data sections defined in test templates or created by engines.
    • Constructor Detail

      • DataSection

        protected DataSection​(java.util.List<LabelValue> labelValues,
                              java.util.List<DataDirective> directives,
                              java.math.BigInteger physicalAddress,
                              Section section,
                              boolean global,
                              boolean separateFile)
      • DataSection

        protected DataSection​(DataSection other)
    • Method Detail

      • getSequenceIndex

        public int getSequenceIndex()
      • setSequenceIndex

        public void setSequenceIndex​(int value)
      • getLabels

        public java.util.List<Label> getLabels()
      • getDirectives

        public java.util.List<DataDirective> getDirectives()
      • getSection

        public Section getSection()
      • isGlobal

        public boolean isGlobal()
      • isSeparateFile

        public boolean isSeparateFile()
      • getAllocationEndAddress

        public java.math.BigInteger getAllocationEndAddress()
      • registerLabels

        public void registerLabels​(LabelManager labelManager)
      • toString

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