MemberPath Module
Functions and values
| Function or value |
Description
|
Full Usage:
create name parent
Parameters:
string
parent : MemberPathParent
Returns: MemberPath
Modifiers: inline |
|
Full Usage:
createOnModule name parent
Parameters:
string
parent : ModulePath
Returns: MemberPath
Modifiers: inline |
|
Full Usage:
createOnModuleWithName name parent
Parameters:
Name<MeasureProduct<camel, MeasureOne>>
parent : ModulePath
Returns: MemberPath
Modifiers: inline |
|
Full Usage:
createOnType name parent
Parameters:
string
parent : TypePath
Returns: MemberPath
Modifiers: inline |
|
Full Usage:
createOnTypeWithName name parent
Parameters:
Name<MeasureProduct<camel, MeasureOne>>
parent : TypePath
Returns: MemberPath
Modifiers: inline |
|
Full Usage:
createWithName name parent
Parameters:
Name<MeasureProduct<camel, MeasureOne>>
parent : MemberPathParent
Returns: MemberPath
|
|
|
|
Full Usage:
pruneParent predicate memberPath
Parameters:
ModulePath -> bool
memberPath : MemberPath
Returns: MemberPath
|
|
Full Usage:
traceToParentModule memberPath
Parameters:
MemberPath
Returns: ModulePath * Name list
|
Does not include the name of the member, or the returned module.
|