Class ResolveSourceImportNode

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

public class ResolveSourceImportNode extends StatementNode
Resolves a source phase import: gets the imported module's source object, if possible, and initializes the local binding (frame slot) with it.