Class ResolveStarImportNode

All Implemented Interfaces:
com.oracle.truffle.api.instrumentation.InstrumentableNode, com.oracle.truffle.api.nodes.NodeInterface, Cloneable

public class ResolveStarImportNode extends StatementNode
Resolves a star import: gets the imported module's namespace object and initializes the local binding (frame slot) with it.