Logo Xantham

MemberPath Module

Functions and values

Function or value Description

create name parent

Full Usage: create name parent

Parameters:
Returns: MemberPath
Modifiers: inline
name : string
parent : MemberPathParent
Returns: MemberPath

createOnModule name parent

Full Usage: createOnModule name parent

Parameters:
Returns: MemberPath
Modifiers: inline
name : string
parent : ModulePath
Returns: MemberPath

createOnModuleWithName name parent

Full Usage: createOnModuleWithName name parent

Parameters:
Returns: MemberPath
Modifiers: inline

createOnType name parent

Full Usage: createOnType name parent

Parameters:
Returns: MemberPath
Modifiers: inline
name : string
parent : TypePath
Returns: MemberPath

createOnTypeWithName name parent

Full Usage: createOnTypeWithName name parent

Parameters:
Returns: MemberPath
Modifiers: inline

createWithName name parent

Full Usage: createWithName name parent

Parameters:
Returns: MemberPath

findParentModule memberPath

Full Usage: findParentModule memberPath

Parameters:
Returns: ModulePath
memberPath : MemberPath
Returns: ModulePath

pruneParent predicate memberPath

Full Usage: pruneParent predicate memberPath

Parameters:
Returns: MemberPath
predicate : ModulePath -> bool
memberPath : MemberPath
Returns: MemberPath

traceToParentModule memberPath

Full Usage: traceToParentModule memberPath

Parameters:
Returns: ModulePath * Name list

Does not include the name of the member, or the returned module.

memberPath : MemberPath
Returns: ModulePath * Name list

Type something to start searching.