| Modifier and Type | Method and Description |
|---|---|
Address |
PhysicalLocation.getAddress()
A physical or virtual address, or a range of addresses, in an 'addressable region' (memory or a binary file).
|
Address |
Address.withAbsoluteAddress(Integer absoluteAddress) |
Address |
Address.withFullyQualifiedName(String fullyQualifiedName) |
Address |
Address.withIndex(Integer index) |
Address |
Address.withKind(String kind) |
Address |
Address.withLength(Integer length) |
Address |
Address.withName(String name) |
Address |
Address.withOffsetFromParent(Integer offsetFromParent) |
Address |
Address.withParentIndex(Integer parentIndex) |
Address |
Address.withProperties(PropertyBag properties) |
Address |
Address.withRelativeAddress(Integer relativeAddress) |
| Modifier and Type | Method and Description |
|---|---|
List<Address> |
ExternalProperties.getAddresses()
Addresses that will be merged with a separate run.
|
List<Address> |
Run.getAddresses()
Addresses associated with this run instance, if any.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PhysicalLocation.setAddress(Address address)
A physical or virtual address, or a range of addresses, in an 'addressable region' (memory or a binary file).
|
PhysicalLocation |
PhysicalLocation.withAddress(Address address) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExternalProperties.setAddresses(List<Address> addresses)
Addresses that will be merged with a separate run.
|
void |
Run.setAddresses(List<Address> addresses)
Addresses associated with this run instance, if any.
|
ExternalProperties |
ExternalProperties.withAddresses(List<Address> addresses) |
Run |
Run.withAddresses(List<Address> addresses) |
Copyright © 2020 Contrast Security. All rights reserved.