CompiledCommand

class CompiledCommand

An EntryPoint represents a compiled command. It is used to disambiguate commands.

Author

Mark van Gulik

Parameters

moduleName

The module name of the module that declares the entry point.

entryPointName

The name of the entry point.

phrase

The compiled phrase that sends this entry point.

Functions

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val moduleName: ResolvedModuleName

The module name of the module that declares the entry point.

Link copied to clipboard
val phrase: A_Phrase

The compiled phrase that sends this entry point.