public class DataSection
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
DataSection(DataSection other) |
protected |
DataSection(java.util.List<LabelValue> labelValues,
java.util.List<DataDirective> directives,
boolean global,
boolean separateFile) |
Modifier and Type | Method and Description |
---|---|
java.util.List<DataDirective> |
getDirectives() |
java.util.List<Label> |
getLabels() |
java.util.List<ru.ispras.fortress.util.Pair<Label,java.math.BigInteger>> |
getLabelsWithAddresses() |
int |
getSequenceIndex() |
boolean |
isGlobal() |
boolean |
isSeparateFile() |
void |
setSequenceIndex(int value) |
java.lang.String |
toString() |
protected DataSection(java.util.List<LabelValue> labelValues, java.util.List<DataDirective> directives, boolean global, boolean separateFile)
protected DataSection(DataSection other)
public int getSequenceIndex()
public void setSequenceIndex(int value)
public java.util.List<Label> getLabels()
public java.util.List<ru.ispras.fortress.util.Pair<Label,java.math.BigInteger>> getLabelsWithAddresses()
public java.util.List<DataDirective> getDirectives()
public boolean isGlobal()
public boolean isSeparateFile()
public java.lang.String toString()
toString
in class java.lang.Object