public class ForeignCallDescriptor extends Object
Modifier and Type | Field and Description |
---|---|
private Class<?>[] |
argumentTypes |
private String |
name |
private Class<?> |
resultType |
Constructor and Description |
---|
ForeignCallDescriptor(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() |
private final Class<?> resultType
private final Class<?>[] argumentTypes
public ForeignCallDescriptor(String name, Class<?> resultType, Class<?>... argumentTypes)
public Class<?> getResultType()
public Class<?>[] getArgumentTypes()