Class ResolveNamedImportNode

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

public class ResolveNamedImportNode extends StatementNode
Resolves a named import binding and writes the resolved binding into the frame. Throws a SyntaxError if the imported binding could not be found or was ambiguous.
See Also: