public final class ForeignCallSignature extends Object
foreign call.| Constructor and Description |
|---|
ForeignCallSignature(String name,
Class<?> resultType,
Class<?>... argumentTypes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Class<?>[] |
getArgumentTypes()
Gets the argument types of this foreign call.
|
String |
getName()
Gets the name of this foreign call.
|
Class<?> |
getResultType()
Gets the return type of this foreign call.
|
int |
hashCode() |
String |
toString() |