public static final class CompilationResult.DataSectionReference extends CompilationResult.Reference
Modifier and Type | Field and Description |
---|---|
private boolean |
initialized |
private int |
offset |
Constructor and Description |
---|
DataSectionReference() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
getOffset() |
int |
hashCode() |
void |
setOffset(int offset) |
private boolean initialized
private int offset
public DataSectionReference()
public int getOffset()
public void setOffset(int offset)
public int hashCode()
hashCode
in class CompilationResult.Reference
public boolean equals(Object obj)
equals
in class CompilationResult.Reference