-
- All Implemented Interfaces:
public final class AddressInfo
A derived address and the index it was found at.
-
-
Constructor Summary
Constructors Constructor Description AddressInfo(UInt index, String address)
-
Method Summary
Modifier and Type Method Description final UInt
getIndex()
Child index of this address. final Unit
setIndex(UInt index)
Child index of this address. final String
getAddress()
Address. final Unit
setAddress(String address)
Address. -
-
Method Detail
-
getAddress
final String getAddress()
Address.
-
setAddress
final Unit setAddress(String address)
Address.
-
-
-
-