Entry Point Node
fun EntryPointNode( builder: AvailBuilder, resolvedModuleName: ResolvedModuleName, entryPointString: String)
Content copied to clipboard
Construct a new EntryPointNode, given the name of the module and the name of the entry point.
Parameters
builder
The builder for which this node is being built.
resolved Module Name
The name of the module defining the entry point.
entry Point String
The name of the entry point.