C# Class Ink.Parsed.Path

Afficher le fichier Open project: inkle/ink Class Usage Examples

Méthodes publiques

Méthode Description
Path ( FlowLevel baseFlowLevel, List components ) : System
Path ( List components ) : System
Path ( string ambiguousName ) : System
ResolveFromContext ( Parsed context ) : Parsed.Object
ToString ( ) : string

Private Methods

Méthode Description
ResolveBaseTarget ( Parsed originalContext ) : Parsed.Object
ResolveTailComponents ( Parsed rootTarget ) : Parsed.Object
TryGetChildFromContext ( Parsed context, string childName, FlowLevel minimumLevel, bool forceDeepSearch = false ) : Parsed.Object

Method Details

Path() public méthode

public Path ( FlowLevel baseFlowLevel, List components ) : System
baseFlowLevel FlowLevel
components List
Résultat System

Path() public méthode

public Path ( List components ) : System
components List
Résultat System

Path() public méthode

public Path ( string ambiguousName ) : System
ambiguousName string
Résultat System

ResolveFromContext() public méthode

public ResolveFromContext ( Parsed context ) : Parsed.Object
context Parsed
Résultat Parsed.Object

ToString() public méthode

public ToString ( ) : string
Résultat string