public abstract class AddressFunction extends java.lang.Object implements Function
Modifier and Type | Field and Description |
---|---|
protected AddressValue |
address |
Constructor and Description |
---|
AddressFunction() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
AddressValue |
getAddressValue()
Returns the address value of address function
|
java.lang.String |
toString() |
abstract void |
update(java.lang.Object[] arguments) |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getParameterTypes, initialize, update
protected final AddressValue address
public AddressFunction()
public abstract void update(java.lang.Object[] arguments) throws MaltChainedException
MaltChainedException
public AddressValue getAddressValue()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.