public interface FunctionNameHolder
| Modifier and Type | Interface and Description |
|---|---|
static interface |
FunctionNameHolder.Delegate |
| Modifier and Type | Method and Description |
|---|---|
com.oracle.truffle.api.strings.TruffleString |
getFunctionName() |
default boolean |
isAnonymous() |
void |
setFunctionName(com.oracle.truffle.api.strings.TruffleString name) |