public class SLUndefinedFunctionRootNode extends SLRootNode
| Constructor and Description |
|---|
SLUndefinedFunctionRootNode(SLLanguage language,
com.oracle.truffle.api.strings.TruffleString name) |
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(com.oracle.truffle.api.frame.VirtualFrame frame) |
getBodyNode, getDeclaredArguments, getName, getSourceSection, getTSName, isCloningAllowed, setCloningAllowed, toStringcloneUninitialized, copy, countsTowardsStackTraceLimit, createConstantNode, findAsynchronousFrames, getCallTarget, getFrameDescriptor, getQualifiedName, isCaptureFramesForTrace, isCloneUninitializedSupported, isInstrumentable, isInternal, isTrivial, prepareForAOT, translateStackTraceElementgetLanguage, getLanguageInfoaccept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, insert, insert, isAdoptable, isSafelyReplaceableBy, notifyInserted, onReplace, replace, replace, reportPolymorphicSpecializepublic SLUndefinedFunctionRootNode(SLLanguage language, com.oracle.truffle.api.strings.TruffleString name)
public Object execute(com.oracle.truffle.api.frame.VirtualFrame frame)
execute in class SLRootNode