public class ApplyDecoratorsToClassDefinitionNode
extends com.oracle.truffle.api.nodes.Node
| Modifier and Type | Method and Description |
|---|---|
static ApplyDecoratorsToClassDefinitionNode |
create(JSContext context) |
Object |
executeDecorators(com.oracle.truffle.api.frame.VirtualFrame frame,
Object className,
JSObject constructor,
Object[] decorators,
SimpleArrayList<Object> extraInitializers) |
accept, adoptChildren, atomic, atomic, copy, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, getSourceSection, insert, insert, isAdoptable, isSafelyReplaceableBy, notifyInserted, onReplace, replace, replace, reportPolymorphicSpecialize, toStringpublic static ApplyDecoratorsToClassDefinitionNode create(JSContext context)