The phase defined by this transform
The phase defined by this transform
A standard phase template
A standard phase template
Recognize a MethodType which represents an extension method.
Recognize a MethodType which represents an extension method.
It may have a curried parameter list with the $this
alone in the first
parameter list, in which case that parameter list is dropped. Or, since
the curried lists disappear during uncurry, it may have a single parameter
list with $this
as the first parameter, in which case that parameter is
removed from the list.
Is this component enabled? Default is true.
Is this component enabled? Default is true.
Return the extension method that corresponds to given instance method meth
.
Return the extension method that corresponds to given instance method meth
.
The global environment; overridden by instantiation in Global.
The global environment; overridden by instantiation in Global.
SubComponent are added to a HashSet and two phases are the same if they have the same name
SubComponent are added to a HashSet and two phases are the same if they have the same name
True if this phase runs before all other phases.
True if this phase runs before all other phases. Usually, parser
.
True if this phase is not provided by a plug-in.
True if this phase is not provided by a plug-in.
Create a new phase which applies transformer
Create a new phase which applies transformer
The transformer factory
The transformer factory
The phase corresponding to this subcomponent in the current compiler run
The phase corresponding to this subcomponent in the current compiler run
the following two members override abstract members in Transform
the following two members override abstract members in Transform
New flags defined by the phase which are not valid before
New flags defined by the phase which are not valid before
New flags defined by the phase which are not valid until immediately after it
New flags defined by the phase which are not valid until immediately after it
Names of phases required by this component.
Names of phases required by this component. Default is Nil
.
Names of phases that must run before this phase.
Names of phases that must run before this phase.
Names of phases that must run after this phase.
Names of phases that must run after this phase. Default is Nil
.
Name of the phase that this phase must follow immediately.
Name of the phase that this phase must follow immediately.
True if this phase runs after all other phases.
True if this phase runs after all other phases. Usually, terminal
.