Package com.oracle.truffle.api
Interface CallTarget
-
- All Known Subinterfaces:
RootCallTarget
- All Known Implementing Classes:
DefaultCallTarget
public interface CallTarget
Represents the target of a call.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
call(java.lang.Object... arguments)
Calls this target as a root method.
-