data class AddressableInvocation
An invocation of a method on an Addressable.
<init> |
An invocation of a method on an Addressable. AddressableInvocation(: AddressableReference, : String, : AddressableInvocationArguments) |
args |
The arguments being passed. val args: AddressableInvocationArguments |
method |
The method being called. val method: String |
reference |
A reference to the Addressable. val reference: AddressableReference |
equals |
fun equals(: Any?): Boolean |
hashCode |
fun hashCode(): Int |